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

BootstrapRangeSelectorScale.Holidays Property

Explicitly specifies particular days to be excluded from the scale, when BootstrapRangeSelectorScale.WorkdaysOnly is set to true.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v18.2.dll

Declaration

[DefaultValue(typeof(DateTimeCollection), "")]
public DateTimeCollection Holidays { get; }

Property Value

Type Default Description
DateTimeCollection String.Empty

A collection of dates to exclude from the scale.

See Also