CalendarControlBase.Multiselect Property
OBSOLETE
Use SelectionMode instead of Multiselect.
This property is obsolete. Use the CalendarControlBase.SelectionMode property instead.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v24.1.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