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

WorkTimeRuleCollection.Item[Int32] Property

Returns a work-time rule by its zero-based index.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

public WorkTimeRule this[int index] { get; }

Parameters

Name Type Description
index Int32

The zero-based index.

Property Value

Type Description
WorkTimeRule

The work-time rule.

Remarks

If the parameter value is negative or exceeds the maximum available index, an exception is raised.

See Also