Skip to main content
A newer version of this page is available. .
All docs
V22.1

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

Returns a rule at the specified position in the collection.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v22.1.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