A newer version of this page is available.
Switch to the current version.
BootstrapChartArgumentAxis.WorkWeek Property
Specifies which days are workdays.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
[DefaultValue(typeof(NumericCollection), "")]
public NumericCollection WorkWeek { get; }
<DefaultValue(GetType(NumericCollection), "")>
Public ReadOnly Property WorkWeek As NumericCollection
Property Value
Type | Default | Description |
---|---|---|
NumericCollection | A collection of numeric values specifying workdays. |
Remarks
The WorkWeek property accepts a collection containing values from 0 (Sunday) to 6 (Saturday). This property is only in effect if BootstrapChartArgumentAxis.WorkdaysOnly is set to true.
See Also
Feedback