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

WorkdaysOptionsModel.ExactWorkdays Property

Returns the model of the strict workdays collection of the modeled workdays options

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v18.2.Wizard.dll

Declaration

[PropertyForOptions]
public KnownDateCollectionModel ExactWorkdays { get; }

Property Value

Type Description
KnownDateCollectionModel

The model of the strict workdays collection.

Property Paths

You can access this nested property as listed below:

Object Type Path to ExactWorkdays
DateTimeScaleOptionsModel
.WorkdaysOptions.ExactWorkdays
See Also