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

LayoutViewColumnCollection(LayoutView) Constructor

Initializes a new instance of the LayoutViewColumnCollection class with default settings.

Namespace: DevExpress.XtraGrid.Columns

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

public LayoutViewColumnCollection(
    LayoutView view
)

Parameters

Name Type Description
view LayoutView

A LayoutView object representing the View that will own the new column collection.

See Also