Interface IColumnResizingEventArgs

The event arguments when a column is being resized It contains information about the column, it's old and new width The event can be canceled

Hierarchy

Hierarchy (view full)

Properties

cancel: boolean

Provides the ability to cancel the event.

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