BootstrapRangeSelectorScale.WorkdaysOnly Property
If set to true, leaves only workdays on the scale.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
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