FirstDayOfWeek Property (GcDropDownCalendar)
In This Topic
Gets or sets the day that is considered the beginning of the week. This is a dependency property.
Syntax
'Declaration
Public Property FirstDayOfWeek As DayOfWeek
'Usage
Dim instance As GcDropDownCalendar
Dim value As DayOfWeek
instance.FirstDayOfWeek = value
value = instance.FirstDayOfWeek
public DayOfWeek FirstDayOfWeek {get; set;}
Property Value
A
GrapeCity.Windows.InputMan.DayOfWeek value that represents the beginning of the week. The default value is
GrapeCity.Windows.InputMan.DayOfWeek.NotSet.
Exceptions
See Also