[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.StartDisplayMode

StartDisplayMode Property

StartDisplayMode

Gets or sets the start display mode for the available display mode range. This is a dependency property.

Declaration
public CalendarMode StartDisplayMode { get; set; }
Public Property StartDisplayMode As CalendarMode
Property Value
Type Description
CalendarMode

The start display mode.

Remarks

If you set StartDisplayMode to a value that is greater than the DisplayMode property, DisplayMode is set to StartDisplayMode; If you set StartDisplayMode to a value that is greater than the EndDisplayMode property, DisplayMode and the EndDisplayMode are set to StartDisplayMode.

Exceptions
Type Condition
ArgumentException

Occurs when value set to the StartDisplayMode property is undefined in the CalendarMode enumeration.