React DataGrid - DataGridCommandInfo
Information about a predefined DataGrid command.
import { DataGridTypes } from "devextreme-react/data-grid"
Type:
DataGridTypes.DataGridCommandInfo
DataGridCommandInfo contains the following fields:
- name: The predefined command's name (DataGridPredefinedCommandNames).
- args: Command arguments. Refer to DataGridPredefinedCommands for information about the arguments of each available command.