Skip to main content
A newer version of this page is available. .
All docs
V21.2

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

Returns a rule at the specified position in the collection.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v21.2.dll

NuGet Packages: DevExpress.Win.Design, 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