Back to Devexpress

DateTimeScaleOptionsModel.WorkTimeRules Property

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-datetimescaleoptionsmodel-56026daa.md

latest1.7 KB
Original Source

DateTimeScaleOptionsModel.WorkTimeRules Property

Gets a value of the DateTimeScaleOptions.WorkTimeRules property within a model.

Namespace : DevExpress.XtraCharts.Designer

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

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
public WorkTimeRuleCollection WorkTimeRules { get; }
vb
Public ReadOnly Property WorkTimeRules As WorkTimeRuleCollection

Property Value

TypeDescription
WorkTimeRuleCollection

A collection of work-time rules.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to WorkTimeRules
AxisBaseModel

.DateTimeScaleOptions .WorkTimeRules

|

See Also

DateTimeScaleOptionsModel Class

DateTimeScaleOptionsModel Members

DevExpress.XtraCharts.Designer Namespace