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.v22.1.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