IColumnSelectionState
Represents the state of the columns in the grid.
Properties
Section titled "Properties"field
Section titled "field"Represents the field name of the selected column, if any. Can be null if no column is selected.
field: string Defined in projects/igniteui-angular/grids/core/src/common/types.ts:92
range
Section titled "range"An array of strings representing the ranges of selected columns in the grid.
range: string[] Defined in projects/igniteui-angular/grids/core/src/common/types.ts:94