'Declaration Public Enum CalendarSelectionMode Inherits System.Enum
'Usage Dim instance As CalendarSelectionMode
public enum CalendarSelectionMode : System.Enum
'Declaration Public Enum CalendarSelectionMode Inherits System.Enum
'Usage Dim instance As CalendarSelectionMode
public enum CalendarSelectionMode : System.Enum
Member | Description |
---|---|
MultipleRange | Multiple non-contiguous ranges of dates can be selected. Use the GrapeCity.Windows.InputMan.GcDropDownCalendar.SelectedDates property to retrieve the selected dates. |
None | No selections are allowed. |
SingleDate | A single date can be selected. Use the GrapeCity.Windows.InputMan.GcDropDownCalendar.SelectedDate property to retrieve the selected date. |
SingleRange | A single range of dates can be selected. Use the GrapeCity.Windows.InputMan.GcDropDownCalendar.SelectedDates property to retrieve the selected dates. |
System.Object
System.ValueType
System.Enum
GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarSelectionMode