Specifies the day to display as the first day of the week on the
RadCalendar
control.
The FirstDayOfWeek enumeration can be found in
System.Web.UI.WebControls Namespace.
Namespace: Telerik.WebControls
Assembly: RadCalendar (in RadCalendar.dll)
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property FirstDayOfWeek As FirstDayOfWeek |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As RadCalendar
Dim value As FirstDayOfWeek
instance.FirstDayOfWeek = value
value = instance.FirstDayOfWeek
|
Remarks
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also