BootstrapRangeSelectorScale.SingleWorkdays Property
In This Article
Explicitly specifies particular days to be included in the scale when BootstrapRangeSelectorScale.WorkdaysOnly is set to true.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.2.dll
NuGet Package: DevExpress.Web.Bootstrap
#Declaration
[DefaultValue(typeof(DateTimeCollection), "")]
public DateTimeCollection SingleWorkdays { get; }
#Property Value
Type | Default | Description |
---|---|---|
Date |
String. |
A collection of dates to include in the scale. |
See Also