Version

SelectionMode Property

Determines how many items can be selected.
Syntax
'Declaration
 
Public Property SelectionMode As CalendarDateSelectionMode
public CalendarDateSelectionMode SelectionMode {get; set;}
Remarks

The default selection type is Extended which allows multiple discontinuous ranges of dates to be selected. As dates are selected, the CalendarBase.SelectedDatesChanged event is raised and the SelectedDate and SelectedDates properties are updated. When using a multiple selection type such as Extended or Range, you can use the MaxSelectedDates to control the maximum number of Infragistics.Controls.Editors.Primitives.CalendarItem instances that the user can select.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also