FormatRuleCollection<T, TColumnType>.GetRule(Int32) Method
In This Article
Returns a rule at the specified position in the collection.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public FormatRuleBase GetRule(
int i
)
#Parameters
Name | Type | Description |
---|---|---|
i | Int32 | A value that specifies a position in the collection. |
#Returns
Type | Description |
---|---|
Format |
An object that specifies a rule. |
See Also