FormatRuleCollection<T, TColumnType>.GetRule(Int32) Method
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 |
---|---|---|
i | Int32 | A value that specifies a position in the collection. |
Returns
Type | Description |
---|---|
FormatRuleBase | An object that specifies a rule. |
See Also