Skip to content

Calendar Indicator

Represents an indicator on the calendar.


When assigning a rule to a property of Calendar Indicator, the rule will be passed an instance of the following proxy class as an argument:


Calendar Indicator Properties

Property Type Required
Icon Image Yes
Styles object No
Title string No
_Name string Yes

Icon

Icon to be displayed on the calendar indicator.


Styles

A style to be applied to the indicator in the CalendarSection. Not support Web but Mobile only.

  • type: object with following properties.
Property Type Required Default
Icon string No

Icon

The string value is a style class name of Icon. This applies the tint color to the icon of the calendar indicator.


Title

Title of the calendar indicator, if not defined it will be used _Name as Title.

  • type: string

_Name

Name of the calendar indicator.

  • type: string