Skip to main content
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.v23.2.dll

NuGet Package: DevExpress.Web

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