public CalendarSelectionMode SelectionMode { get; set; }Public Property SelectionMode As CalendarSelectionMode
Get
Setmember SelectionMode : CalendarSelectionMode with get, setThis property determines whether the Calendar allows no selection, selection of a single date, or selection of multiple dates. The selection mode is specified with the CalendarSelectionMode enumeration.
When this property is changed, all selected dates will be cleared.