Skip to main content
A newer version of this page is available. .

ColumnView() Constructor

Creates a new instance of the ColumnView class.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v19.1.dll

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