Skip to main content

GridColumnCommands(ColumnBase) Constructor

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 ColumnBase

A ColumnBase descendant that represents the column.

See Also