Vue DataGrid - DataGridPredefinedCommandNames

Names of predefined commands available in the DevExtreme DataGrid.

import { DxDataGridTypes } from "devextreme-vue/data-grid"
Type: DxDataGridTypes.DataGridPredefinedCommandNames

The following commands are available:

  • columnsVisibility
  • columnsReorder
  • columnsPinning
  • columnsResize
  • filterValue
  • clearFilter
  • focusRowByKey
  • focusRowByIndex
  • paging
  • pageSize
  • pageIndex
  • searching
  • selectByKeys
  • selectByIndexes
  • selectAll
  • deselectAll
  • clearSelection
  • sorting
  • clearSorting
  • grouping
  • clearGrouping
  • summary
  • clearSummary
See Also