CellSelectionChangedInfo

Event Info published by CellSelectionChanged event

TypeScript
export interface CellSelectionChangedInfo extends
Extends

BaseContext

Properties

PropertyDescription
selectedCellInfoDetails of Cells currently selected in the Grid
adaptableContextCustom application Context provided in AdaptableOptions.adaptableContext

Property Details

selectedCellInfo

Details of Cells currently selected in the Grid

TypeScript
selectedCellInfo: SelectedCellInfo;
Property Value

SelectedCellInfo

adaptableContext

Inherited from BaseContext

Custom application Context provided in AdaptableOptions.adaptableContext

TypeScript
adaptableContext: any;
Property Value

any