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

ASPxCalendar.EnableMultiSelect Property

Gets or sets a value indicating whether multiple date selection is enabled in the calendar.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

[DefaultValue(false)]
public bool EnableMultiSelect { get; set; }

Property Value

Type Default Description
Boolean **false**

true if multiple date selection is enabled; otherwise, false.

Remarks

This property is a wrapper of the CalendarProperties.EnableMultiSelect property.

See Also