windowsforms-devexpress-dot-xtragrid-9da0df5e.md
A collection of GridFormatRule objects.
Namespace : DevExpress.XtraGrid
Assembly : DevExpress.XtraGrid.v25.2.dll
NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation
public class GridFormatRuleCollection :
FormatRuleCollection<GridFormatRule, GridColumn>
Public Class GridFormatRuleCollection
Inherits FormatRuleCollection(Of GridFormatRule, GridColumn)
The following members return GridFormatRuleCollection objects:
Use the ColumnView.FormatRules property to apply style format rules to a grid control’s View. Each rule is specified by the GridFormatRule object.
Object DXCollectionBase<GridFormatRule> FormatRuleCollection<GridFormatRule, GridColumn> GridFormatRuleCollection
See Also
GridFormatRuleCollection Members