Skip to main content
Tab

GridColumnDateRangeCalendarSettings.EnableMultiSelect Property

Specifies a value indicating if multiple date selection is enabled in the header filter calendar.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Boolean true

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

See Also