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

BootstrapRangeSelectorScale.WorkdaysOnly Property

If set to true, leaves only workdays on the scale.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

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

Property Value

Type Default Description
Boolean **false**

true, to leave only workdays on the scale; otherwise, false.

Remarks

Use this property to specify whether only workdays should be displayed on the axis. Workdays are work week days (BootstrapRangeSelectorScale.WorkWeek) plus single workdays (BootstrapRangeSelectorScale.SingleWorkdays) minus holidays (BootstrapRangeSelectorScale.Holidays).

Note

This property has effect only if the BootstrapRangeSelectorScale.ValueType is set to DateTime.

See Also