Vue DataGrid - DataGridCommandInfo
Information about a predefined DataGrid command.
import { DxDataGridTypes } from "devextreme-vue/data-grid"
Type:
DxDataGridTypes.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.