Skip to main content
A newer version of this page is available. .

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

Declaration

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

Property Value

Type
DevExpress.XtraEditors.Controls.DatesCollection
See Also