IRowToggleEventArgs

Represents event arguments related to the row's expansion state being changed in a grid

The event is cancelable cancel returns whether the event has been intercepted and stopped If the value becomes "true", it returns/exits from the method, instantiating the interface

cancel: boolean

Defined in projects/igniteui-angular/grids/core/src/common/events.ts:427

Optional Represents the original event, that has triggered the expansion/collapse

event?: Event

Defined in projects/igniteui-angular/grids/core/src/common/events.ts:421

Returns the state of the row after the operation has ended Indicating whether the row is being expanded (true) or collapsed (false)

expanded: boolean

Defined in projects/igniteui-angular/grids/core/src/common/events.ts:415

Inherited from: IBaseEventArgs

Provides reference to the owner component.

owner?: any

Defined in projects/igniteui-angular/core/src/core/utils.ts:428

Represents the ID of the row that emitted the event (which state is changed)

rowID: any

Defined in projects/igniteui-angular/grids/core/src/common/events.ts:409

rowKey: any

Defined in projects/igniteui-angular/grids/core/src/common/events.ts:410