[]
Gets or sets a value that indicates what kind of selections are allowed. This is a dependency property.
public CalendarSelectionMode SelectionMode { get; set; }
Public Property SelectionMode As CalendarSelectionMode
Type | Description |
---|---|
CalendarSelectionMode | A value that indicates the current selection mode. The default is GrapeCity.Windows.InputMan.CalendarSelectionMode.SingleDate. |
Type | Condition |
---|---|
ArgumentException | Occurs when value set to the SelectionMode property is undefined in the CalendarSelectionMode enumeration. |