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 | null Defined in projects/igniteui-angular/core/src/data-operations/grid-types.ts:567
range
Section titled "range"An array of strings representing the ranges of selected columns in the grid.
range: string[] Defined in projects/igniteui-angular/core/src/data-operations/grid-types.ts:569