FormatRuleCollection<T, TColumnType>.Item[Int32] Property
Returns a rule at the specified position in the collection.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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