[]
Gets or sets the day that is considered the beginning of the week in the drop down calendar. This is a dependency property.
public DayOfWeek FirstDayOfWeek { get; set; }
Public Property FirstDayOfWeek As DayOfWeek
Type | Description |
---|---|
DayOfWeek | A GrapeCity.Windows.InputMan.DayOfWeek value that represents the beginning of the week. The default value is GrapeCity.Windows.InputMan.DayOfWeek.NotSet |
If FirstDayOfWeek is GrapeCity.Windows.InputMan.DayOfWeek.NotSet, the drop down calendar shows the dates according to the FirstDayOfWeek of current culture.
Type | Condition |
---|---|
ArgumentException | The assigned value is undefined in the GrapeCity.Windows.InputMan.DayOfWeek enumeration. |