IPinRowEventArgs
Event emitted when a row's pin state changes. The event is cancelable
Properties
Section titled "Properties"cancel
Section titled "cancel"Inherited from: CancelableEventArgs
Provides the ability to cancel the event.
cancel: boolean Defined in projects/igniteui-angular/core/src/core/utils.ts:421
Optional insertAtIndex
Section titled "insertAtIndex"The index at which to pin the row in the pinned rows collection.
insertAtIndex?: number Defined in projects/igniteui-angular/grids/core/src/common/events.ts:444
isPinned
Section titled "isPinned"Whether or not the row is pinned or unpinned.
isPinned: boolean Defined in projects/igniteui-angular/grids/core/src/common/events.ts:446
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
Optional row
Section titled "row"row?: RowType Defined in projects/igniteui-angular/grids/core/src/common/events.ts:442
rowID
Section titled "rowID"The ID of the row, that was pinned/unpinned. ID is either the primaryKey value or the data record instance.
rowID: any Defined in projects/igniteui-angular/grids/core/src/common/events.ts:440
rowKey
Section titled "rowKey"rowKey: any Defined in projects/igniteui-angular/grids/core/src/common/events.ts:441