Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcDropDownCalendar Class / EndDisplayMode Property


In This Topic
    EndDisplayMode Property
    In This Topic
    Gets or sets the end display mode for the available display mode range. This is a dependency property.
    Syntax
    'Declaration
     
    Public Property EndDisplayMode As CalendarMode
    'Usage
     
    Dim instance As GcDropDownCalendar
    Dim value As CalendarMode
     
    instance.EndDisplayMode = value
     
    value = instance.EndDisplayMode
    public CalendarMode EndDisplayMode {get; set;}

    Property Value

    The end display mode.
    Exceptions
    ExceptionDescription
    Occurs when value set to the EndDisplayMode property is undefined in the CalendarMode enumeration.
    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.
    See Also