Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use the SelectedRanges property instead.")]
public virtual DatesCollection Selection { get; }

Property Value

Type
DevExpress.XtraEditors.Controls.DatesCollection
See Also