Skip to main content

ColumnView() Constructor

Creates a new instance of the ColumnView class.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v24.1.dll

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

Declaration

public ColumnView()

Remarks

The ColumnView class is abstract and merely serves as the base for the Views used in the grid control. To create a View for the grid control, use the constructors of the ColumnView‘s descendants.

See Also