IPinColumnCancellableEventArgs
The event arguments before a column's pin state is changed.
insertAtIndexspecifies at which index in the pinned/unpinned area the column is inserted.
Can be changed in the columnPin event.
isPinned returns the actual pin state of the column. When pinning/unpinning is successful,
the value of isPinned will change accordingly when read in the "-ing" and "-ed" event.
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
column
Section titled "column"Inherited from: IPinColumnEventArgs
column: ColumnType Defined in projects/igniteui-angular/grids/core/src/common/events.ts:145
insertAtIndex
Section titled "insertAtIndex"Inherited from: IPinColumnEventArgs
If pinned, specifies at which index in the pinned area the column is inserted. If unpinned, specifies at which index in the unpinned area the column is inserted.
insertAtIndex: number Defined in projects/igniteui-angular/grids/core/src/common/events.ts:150
isPinned
Section titled "isPinned"Inherited from: IPinColumnEventArgs
Returns the actual pin state of the column.
If pinning/unpinning is successful, value of isPinned will change accordingly when read in the "-ing" and "-ed" event.
isPinned: boolean Defined in projects/igniteui-angular/grids/core/src/common/events.ts:155
Optional owner
Section titled "owner"Inherited from: IPinColumnEventArgs
Provides reference to the owner component.
owner?: any Defined in projects/igniteui-angular/core/src/core/utils.ts:428