Table of Contents
MonthSelectorVisible Property

Specifies if month selector is visible. Month selector is used to select the whole month.

Syntax
 public Boolean MonthSelectorVisible { get; set; }
Remarks

Specifies if month selector is visible. Month selector is used to select the whole month and is located at the left side of the day header.

When the whole month is selected, SelectedDayStyle property is used to display each selected day in the month. SelectedDates property is used to retrieve all the selected days.

See Also