Version 1
Common Interface IColumnChangedEventArgs GrapeCity DataViewsJS Interface

IColumnChangedEventArgs Interface

Defines arguments of the event that occurs when the user changes the column visibility, pinned option, or column width, or expands or collapses the column group from UI

Heirarchy

  • IColumnChangedEventArgs

Properties

index

index: number | string

The current column that fired the event. If the value is string, it indicates a column group and the value is the group caption. If the value is number, it indicates a single column and the index is in the IGrid.columns collection

newValue

newValue: any

The new value of changed column property

oldValue

oldValue: any

The old value of changed column property

type

Indicates the column change type