IColumnMovingEndEventArgs
Represents event arguments related to the end of a column moving operation in a grid
Properties
Section titled "Properties"cancel
Section titled "cancel"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:340
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
source
Section titled "source"The source of the event represents the column that is being moved.
The ColumnType contains the information (the grid it belongs to, css data, settings, etc.) of the column in its properties
source: ColumnType Defined in projects/igniteui-angular/grids/core/src/common/events.ts:330
target
Section titled "target"The target of the event represents the column, the source is being moved to.
The ColumnType contains the information (the grid it belongs to, css data, settings, etc.) of the column in its properties
target: ColumnType Defined in projects/igniteui-angular/grids/core/src/common/events.ts:335