Skip to main content

ColumnCollection(DataControlBase) Constructor

Initializes a new instance of the ColumnCollection class.

Namespace: DevExpress.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public ColumnCollection(
    DataControlBase dataControl
)

Parameters

Name Type Description
dataControl DataControlBase

The data control that owns the collection.

See Also