GridFormatRule.Collection Property
In This Article
Gets the collection that owns the current GridFormatRule object.
Namespace: DevExpress.XtraGrid
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
[Browsable(false)]
public GridFormatRuleCollection Collection { get; }
#Property Value
Type | Description |
---|---|
Grid |
The collection of conditional format rules. |
See Also