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

WorkTimeRuleModel.WorkIntervals Property

Returns the WorkTimeRule.WorkIntervals property value within the model.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v19.1.Wizard.dll

Declaration

[LocalizableCategory(DesignerCategories.Behavior)]
public TimeIntervalCollectionModel WorkIntervals { get; }

Property Value

Type Description
TimeIntervalCollectionModel

A collection of the working time intervals within a day.

See Also