GridControlCommands(GridControl) Constructor
In This Article
Initializes a new instance of the GridControlCommands class with specified settings.
Namespace: DevExpress.WinUI.Grid
Assembly: DevExpress.WinUI.Grid.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
public GridControlCommands(
GridControl grid
)
#Parameters
Name | Type |
---|---|
grid | Grid |
See Also