Skip to main content

GridFormatRuleCollection(ColumnView) Constructor

Initializes a new instance of a GridFormatRuleCollection class.

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public GridFormatRuleCollection(
    ColumnView view
)

Parameters

Name Type Description
view ColumnView

A ColumnView descendant representing the View owning the collection of format rules.

See Also