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


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

    Property Value

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