supportsMonthSelector property

  1. @Input()
bool supportsMonthSelector
getter/setter pair

Whether to display the month selector dropdown and next-prev-buttons.

Defaults to true.

Implementation

@Input()
bool supportsMonthSelector = true;