IgcColumnMovingStartEventArgs
Represents event arguments related to the start of a column moving operation in a grid.
Properties
Section titled "Properties"Optional owner
Section titled "owner"Inherited from: IgcBaseEventArgs
Provides reference to the owner component.
owner?: any source
Section titled "source"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: IgcColumnComponent