Back to Devexpress

CalendarControlBase.Selection Property

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

latest2.8 KB
Original Source

CalendarControlBase.Selection Property

OBSOLETE

Use the SelectedRanges property instead.

This property is obsolete. Use the CalendarControlBase.SelectedRanges 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 the SelectedRanges property instead.")]
public virtual DatesCollection Selection { get; }
vb
<Obsolete("Use the SelectedRanges property instead.")>
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overridable ReadOnly Property Selection As DatesCollection

Property Value

Type
DevExpress.XtraEditors.Controls.DatesCollection

See Also

AddSelection

HighlightSelection

SelectedRanges

SelectionBehavior

SelectionChanged

SelectionEnd

SelectionMode

SelectionStart

SetSelection

SyncSelectionWithEditValue

UpdateSelectionWhenNavigating

ShowClearButton

CalendarControlBase Class

CalendarControlBase Members

DevExpress.XtraEditors.Controls Namespace