Back to Devexpress

GridFormatRule.Collection Property

windowsforms-devexpress-dot-xtragrid-dot-gridformatrule-e2e18aa5.md

latest1.3 KB
Original Source

GridFormatRule.Collection Property

Gets the collection that owns the current GridFormatRule object.

Namespace : DevExpress.XtraGrid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
public GridFormatRuleCollection Collection { get; }
vb
<Browsable(False)>
Public ReadOnly Property Collection As GridFormatRuleCollection

Property Value

TypeDescription
GridFormatRuleCollection

The collection of conditional format rules.

|

See Also

GridFormatRule Class

GridFormatRule Members

DevExpress.XtraGrid Namespace