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

WorkTimeRuleCollectionModel.Item[Int32] Property

Returns the WorkTimeRuleCollection.Item property value within the model.

Namespace: DevExpress.XtraCharts.Designer

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

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