WorkTimeRuleModel.WorkIntervals Property
Returns the WorkTimeRule.WorkIntervals property value within the model.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
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