[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.CalendarSelectionMode

CalendarSelectionMode Enum

Specifies whether a single or multiple dates can be selected in a GrapeCity.Windows.InputMan.GcDropDownCalendar.

Namespace: GrapeCity.Wpf.SpreadSheet.CellType.Editors
Assembly: GrapeCity.Wpf.SpreadSheet.CellType.dll
Syntax
public enum CalendarSelectionMode
Public Enum CalendarSelectionMode

Fields

Name 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.