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.v21.2.dll

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

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