Skip to main content

GridColumnCommands(ColumnBase) Constructor

In This Article

Initializes a new instance of the GridColumnCommands class.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

#Declaration

public GridColumnCommands(
    ColumnBase column
)

#Parameters

Name Type Description
column ColumnBase

A ColumnBase descendant that represents the column.

See Also