CalendarControlBase.Multiselect Property
In This Article
OBSOLETE
Use Selection
This property is obsolete. Use the CalendarControlBase.SelectionMode property instead.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use SelectionMode instead of Multiselect.")]
public bool Multiselect { get; set; }
#Property Value
Type |
---|
Boolean |
See Also