[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.FirstDayOfWeek

FirstDayOfWeek Property

FirstDayOfWeek

Gets or sets the day that is considered the beginning of the week in the drop down calendar. 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 drop down calendar shows the dates according to the FirstDayOfWeek of current culture.

Exceptions
Type Condition
ArgumentException

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