Skip to main content

LayoutViewColumnCollection(LayoutView) Constructor

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

Namespace: DevExpress.XtraGrid.Columns

Assembly: DevExpress.XtraGrid.v23.2.dll

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

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