Skip to main content

GridControlViewCollection() Constructor

Creates a new GridControlViewCollection object.

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public GridControlViewCollection()

Remarks

The constructor is called automatically by the grid control when it initializes its GridControl.Views property.

See Also