monthSelectorType property

String monthSelectorType

How the month should be displayed in the header of the calendar. Supported values: "dropdown" or "static"

If showMonths has a value greater than 1, the month is always shown as static.

Default: "dropdown"

Implementation

external String get monthSelectorType;
void monthSelectorType=(String v)

Implementation

external set monthSelectorType(String v);