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


In This Topic
    SelectionMode Property
    In This Topic
    Gets or sets a value that indicates what kind of selections are allowed. This is a dependency property.
    Syntax
    'Declaration
     
    Public Property SelectionMode As CalendarSelectionMode
    'Usage
     
    Dim instance As GcDropDownCalendar
    Dim value As CalendarSelectionMode
     
    instance.SelectionMode = value
     
    value = instance.SelectionMode
    public CalendarSelectionMode SelectionMode {get; set;}

    Property Value

    A value that indicates the current selection mode. The default is GrapeCity.Windows.InputMan.CalendarSelectionMode.SingleDate.
    Exceptions
    ExceptionDescription
    Occurs when value set to the SelectionMode property is undefined in the CalendarSelectionMode enumeration.
    See Also