Skip to main content

GridFormatRule.Collection Property

Gets the collection that owns the current GridFormatRule object.

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

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

Property Value

Type Description
GridFormatRuleCollection

The collection of conditional format rules.

See Also