Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / CalendarSelectionMode Enumeration


In This Topic
    CalendarSelectionMode Enumeration
    In This Topic
    Specifies whether a single or multiple dates can be selected in a GrapeCity.Windows.InputMan.GcDropDownCalendar.
    Syntax
    'Declaration
     
    Public Enum CalendarSelectionMode 
       Inherits System.Enum
    'Usage
     
    Dim instance As CalendarSelectionMode
    public enum CalendarSelectionMode : System.Enum 
    Members
    MemberDescription
    MultipleRangeMultiple non-contiguous ranges of dates can be selected. Use the GrapeCity.Windows.InputMan.GcDropDownCalendar.SelectedDates property to retrieve the selected dates.
    NoneNo selections are allowed.
    SingleDateA single date can be selected. Use the GrapeCity.Windows.InputMan.GcDropDownCalendar.SelectedDate property to retrieve the selected date.
    SingleRangeA single range of dates can be selected. Use the GrapeCity.Windows.InputMan.GcDropDownCalendar.SelectedDates property to retrieve the selected dates.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarSelectionMode

    See Also