Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

Calendar.MonthSelectorVisible Property

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


Direct link to this topic