Skip to main content
All docs
V23.2

FormatRuleCollection<T, TColumnType>.Item[Int32] Property

Returns a rule at the specified position in the collection.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public T this[int index] { get; }

Parameters

Name Type Description
index Int32

A value that specifies a position in the collection.

Property Value

Type Description
T

A {T} object that specifies a rule.

See Also