Interface IColumnResizeEventArgs

The event arguments when a column is being resized

Hierarchy

Hierarchy (view full)

Properties

column: ColumnType

Represents the informantion of the column that is being resized

newWidth: string

Represents the new width, the column is being resized to

owner?: any

Provides reference to the owner component.

prevWidth: string

Represents the old width of the column before the resizing