Interface IColumnMovingEventArgs

Represents event arguments related to a column moving operation in a grid

Hierarchy

Hierarchy

  • IBaseEventArgs
    • IColumnMovingEventArgs

Properties

cancel: boolean

cancel returns whether the event has been intercepted and stopped If the value becomes "true", it returns/exits from the method, instantiating the interface

owner?: any

Provides reference to the owner component.

source: ColumnType

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