Skip to main content

LayoutView() Constructor

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

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public LayoutView()

Remarks

You can use the created View in a number of ways. For instance, assign it to the grid’s GridControl.MainView property, add it to the GridControl.LevelTree tree, or use it within the master-detail events provided by the XtraGrid.

Before using a View within the XtraGrid, ensure that its BaseView.GridControl property has been initialized. For Views created at design time, this property is initialized automatically. If a View is assigned to the GridControl.MainView property, its BaseView.GridControl property is also initialized automatically. In all other cases the BaseView.GridControl property should be set manually.

See Also