Represents event arguments related to events, that can occur for rows in a grid Example for events: adding, deleting, selection, transaction, etc.

Hierarchy

Hierarchy (view full)

Constructors

Properties

data: any

Deprecated

Use the rowData property instead.

owner?: any

Provides reference to the owner component.

primaryKey: any

Represents the unique key, the row can be associated with. Available if primaryKey exists

Deprecated

Use the rowKey property instead.

rowData: any
rowKey: any