IPinRowEventArgs

Event emitted when a row's pin state changes. The event is cancelable

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

Whether or not the row is pinned or unpinned.

isPinned: boolean

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

Inherited from: IBaseEventArgs

Provides reference to the owner component.

owner?: any

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

row?: RowType

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

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: any

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