ColumnCollection(DataControlBase) Constructor
In This Article
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 |
---|---|---|
data |
Data |
The data control that owns the collection. |
See Also