Skip to main content

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