[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.EndDisplayMode

EndDisplayMode Property

EndDisplayMode

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

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

The end display mode.

Remarks

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

Exceptions
Type Condition
ArgumentException

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