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

BandedGridColumnReadOnlyCollection(ColumnView) Constructor

Creates a new instance of the BandedGridColumnReadOnlyCollection class.

Namespace: DevExpress.XtraGrid.Views.BandedGrid

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

public BandedGridColumnReadOnlyCollection(
    ColumnView view
)

Parameters

Name Type Description
view ColumnView

A ColumnView descendant representing the View owning the column collection.

See Also