Back to Devexpress

GridFormatRuleCollection Class

windowsforms-devexpress-dot-xtragrid-9da0df5e.md

latest2.2 KB
Original Source

GridFormatRuleCollection Class

A collection of GridFormatRule objects.

Namespace : DevExpress.XtraGrid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public class GridFormatRuleCollection :
    FormatRuleCollection<GridFormatRule, GridColumn>
vb
Public Class GridFormatRuleCollection
    Inherits FormatRuleCollection(Of GridFormatRule, GridColumn)

The following members return GridFormatRuleCollection objects:

Remarks

Use the ColumnView.FormatRules property to apply style format rules to a grid control’s View. Each rule is specified by the GridFormatRule object.

Inheritance

Object DXCollectionBase<GridFormatRule> FormatRuleCollection<GridFormatRule, GridColumn> GridFormatRuleCollection

See Also

GridFormatRuleCollection Members

FormatRules

Appearance and Conditional Formatting

DevExpress.XtraGrid Namespace