Skip to main content
A newer version of this page is available. .

GridFormatRule.Collection Property

Gets the collection that owns the current GridFormatRule object.

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v20.2.dll

NuGet Package: DevExpress.Win.Grid

Declaration

[Browsable(false)]
public GridFormatRuleCollection Collection { get; }

Property Value

Type Description
GridFormatRuleCollection

The collection of conditional format rules.

See Also