Back to Devexpress

ColumnView() Constructor

windowsforms-devexpress-dot-xtragrid-dot-views-dot-base-dot-columnview-dot-ctor-7964eaaf.md

latest1.3 KB
Original Source

ColumnView() Constructor

Creates a new instance of the ColumnView class.

Namespace : DevExpress.XtraGrid.Views.Base

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public ColumnView()
vb
Public Sub New

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

ColumnView Class

ColumnView Members

DevExpress.XtraGrid.Views.Base Namespace