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

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

Declaration

[Obsolete("Use SelectionMode instead of Multiselect.")]
[Browsable(false)]
public bool Multiselect { get; set; }

Property Value

Type
Boolean
See Also