[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalendar.SelectionMode

SelectionMode Property

SelectionMode

Gets or sets a value that indicates what kind of selections are allowed. This is a dependency property.

Declaration
public CalendarSelectionMode SelectionMode { get; set; }
Public Property SelectionMode As CalendarSelectionMode
Property Value
Type Description
CalendarSelectionMode

A value that indicates the current selection mode. The default is GrapeCity.Windows.InputMan.CalendarSelectionMode.SingleDate.

Exceptions
Type Condition
ArgumentException

Occurs when value set to the SelectionMode property is undefined in the CalendarSelectionMode enumeration.