ISelectionNode
Represents a single selected cell or node in a grid.
Properties
Section titled "Properties"column
Section titled "column"The index of the selected column.
column: number Defined in projects/igniteui-angular/grids/core/src/common/types.ts:40
Optional isSummaryRow
Section titled "isSummaryRow"(Optional) Indicates if the selected node is a summary row. This property is true if the selected row is a summary row; otherwise, it is false.
isSummaryRow?: boolean Defined in projects/igniteui-angular/grids/core/src/common/types.ts:51
Optional layout
Section titled "layout"(Optional) Additional layout information for multi-row selection nodes.
layout?: IMultiRowLayoutNode Defined in projects/igniteui-angular/grids/core/src/common/types.ts:45
The index of the selected row.
row: number Defined in projects/igniteui-angular/grids/core/src/common/types.ts:36