Back to Devexpress

WorkTimeRuleCollection.Item[Int32] Property

corelibraries-devexpress-dot-xtracharts-dot-worktimerulecollection-dot-item-x28-system-dot-int32-x29.md

latest1.4 KB
Original Source

WorkTimeRuleCollection.Item[Int32] Property

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public WorkTimeRule this[int index] { get; }
vb
Public ReadOnly Property Item(index As Integer) As WorkTimeRule

Parameters

NameTypeDescription
indexInt32

The zero-based index.

|

Property Value

TypeDescription
WorkTimeRule

The work-time rule.

|

Remarks

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

See Also

WorkTimeRuleCollection Class

WorkTimeRuleCollection Members

DevExpress.XtraCharts Namespace