Skip to main content
A newer version of this page is available. .

GridFormatRuleCollection(ColumnView) Constructor

Initializes a new instance of a GridFormatRuleCollection class.

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v19.1.dll

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