[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.FirstDayOfWeek

FirstDayOfWeek Property

FirstDayOfWeek

Gets or sets the day that is considered the beginning of the week. This is a dependency property.

Declaration
public DayOfWeek FirstDayOfWeek { get; set; }
Public Property FirstDayOfWeek As DayOfWeek
Property Value
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.

Remarks

If FirstDayOfWeek is GrapeCity.Windows.InputMan.DayOfWeek.NotSet, the control shows the dates according to the culture FirstDayOfWeek.

Exceptions
Type Condition
ArgumentException

The assigned value is undefined in the GrapeCity.Windows.InputMan.DayOfWeek enumeration.