Back to Devexpress

CalendarControlBase.Multiselect Property

windowsforms-devexpress-dot-xtraeditors-dot-controls-dot-calendarcontrolbase-d33844a3.md

latest2.8 KB
Original Source

CalendarControlBase.Multiselect Property

OBSOLETE

Use SelectionMode instead of Multiselect.

This property is obsolete. Use the CalendarControlBase.SelectionMode property instead.

Namespace : DevExpress.XtraEditors.Controls

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use SelectionMode instead of Multiselect.")]
public bool Multiselect { get; set; }
vb
<Obsolete("Use SelectionMode instead of Multiselect.")>
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property Multiselect As Boolean

Property Value

Type
Boolean

See Also

AddSelection

HighlightSelection

SelectedRanges

SelectionBehavior

SelectionChanged

SelectionEnd

SelectionMode

SelectionStart

SetSelection

SyncSelectionWithEditValue

UpdateSelectionWhenNavigating

ShowClearButton

CalendarControlBase Class

CalendarControlBase Members

DevExpress.XtraEditors.Controls Namespace