Vue DataGrid - SelectionChangedEvent

The type of the selectionChanged event handler's argument.

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

component

The UI component's instance.

Selector: DxComponent
Type:

DataGrid

currentDeselectedRowKeys

Selector: current-deselected-row-keys
Type:

Array<any>

currentSelectedRowKeys

Selector: current-selected-row-keys
Type:

Array<any>

element

The UI component's container.

selectedRowKeys

Selector: selected-row-keys
Type:

Array<any>

selectedRowsData

Selector: DxSelectedRowsData
Type:

Array<Object>