DataGridView.Commands Property
Returns the collection of DataGridView commands.
Namespace: DevExpress.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.dll
NuGet Package: DevExpress.Maui.DataGrid
Declaration
public DataGridViewCommands Commands { get; }
Property Value
Type | Description |
---|---|
DataGridViewCommands | An object that specifies a set of commands. |
See Also