Interface IColumnMovingStartEventArgs

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

Hierarchy

Hierarchy

  • IBaseEventArgs
    • IColumnMovingStartEventArgs

Properties

Properties

owner?: any

Provides reference to the owner component.

source: ColumnType

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