Skip to main content

WorkTimeRuleCollectionModel.Item[Int32] Property

Returns the WorkTimeRuleCollection.Item property value within the model.

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

Declaration

public WorkTimeRuleModel this[int index] { get; }

Parameters

Name Type Description
index Int32

The zero-based index.

Property Value

Type Description
WorkTimeRuleModel

The work-time rule.

See Also