GridColumnCommands(ColumnBase) Constructor
In This Article
Initializes a new instance of the GridColumnCommands class.
Namespace: DevExpress.UI.Xaml.Grid
Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
public GridColumnCommands(
ColumnBase column
)
#Parameters
Name | Type | Description |
---|---|---|
column | Column |
A Column |
See Also