RowSelectionChangedInfo

Event Info published by RowSelectionChanged event

TypeScript
export interface RowSelectionChangedInfo extends
Extends

BaseContext

Properties

PropertyDescription
selectedRowInfoDetails of Rows currently selected in the Grid
adaptableContextCustom application Context provided in AdaptableOptions.adaptableContext

Property Details

selectedRowInfo

Details of Rows currently selected in the Grid

TypeScript
selectedRowInfo: SelectedRowInfo;
Property Value

SelectedRowInfo

adaptableContext

Inherited from BaseContext

Custom application Context provided in AdaptableOptions.adaptableContext

TypeScript
adaptableContext: any;
Property Value

any