Skip to main content
All docs
V23.2

FormatRuleCollection<T, TColumnType>.GetRule(Int32) Method

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 FormatRuleBase GetRule(
    int i
)

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