Interface IColumnMovingEndEventArgs

Represents event arguments related to the end of a column moving operation in a grid

Hierarchy

Hierarchy

  • IBaseEventArgs
    • IColumnMovingEndEventArgs

Properties

cancel: boolean

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

owner?: any

Provides reference to the owner component.

source: ColumnType

The source of the event represents the column that is being moved. The ColumnType contains the informatoin (the grid it belongs to, css data, settings, etc.) of the column in its properties

target: ColumnType

The target of the event represents the column, the source is being moved to. The ColumnType contains the informatoin (the grid it belongs to, css data, settings, etc.) of the column in its properties