Back to Devexpress

ASPxCalendar.EnableMultiSelect Property

aspnet-devexpress-dot-web-dot-aspxcalendar-f76d353d.md

latest1.3 KB
Original Source

ASPxCalendar.EnableMultiSelect Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(false)]
public bool EnableMultiSelect { get; set; }
vb
<DefaultValue(False)>
Public Property EnableMultiSelect As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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

|

Remarks

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

See Also

Calendar

ASPxCalendar Class

ASPxCalendar Members

DevExpress.Web Namespace