IRowToggleEventArgs
Represents event arguments related to the row's expansion state being changed in a grid
Properties
Section titled "Properties"cancel
Section titled "cancel"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 event
Section titled "event"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
expanded
Section titled "expanded"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
Optional owner
Section titled "owner"Inherited from: IBaseEventArgs
Provides reference to the owner component.
owner?: any Defined in projects/igniteui-angular/core/src/core/utils.ts:428
rowID
Section titled "rowID"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
Section titled "rowKey"rowKey: any Defined in projects/igniteui-angular/grids/core/src/common/events.ts:410