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

Calendar.WeekSelectorVisible Property

Specifies if week selector is visible. Week selector is used to select the whole week.

[Visual Basic]
Public Property WeekSelectorVisible As Boolean
[C#]
public Boolean WeekSelectorVisible {get; set;}

Remarks

Specifies if week selector is visible. week selector is used to select the whole week and is located at the left side of each week.

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

See Also

Calendar Class | EO.Web Namespace


Direct link to this topic