Specifies if month selector is visible. Month selector is used to select the whole month.
[Visual Basic]
Public Property MonthSelectorVisible As
Boolean
[C#]
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
Calendar Class | EO.Web Namespace