Skip to main content

WorkTimeRulesCollection.Item[Int32] Property

Provides indexed access to rules in the collection.

Namespace: DevExpress.Web.ASPxGantt

Assembly: DevExpress.Web.ASPxGantt.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public RuleBase this[int index] { get; }

Parameters

Name Type Description
index Int32

A rule’s index.

Property Value

Type Description
RuleBase

A rule object.

See Also