GridSortedInfo

EventInfo returned by GridSorted event

TypeScript
export interface GridSortedInfo extends
Extends

BaseContext

Properties

PropertyTypeDescription
adaptableSortStateAdaptableSortStateCurrent sort state in the Grid
adaptableContextanyCustom application Context provided in AdaptableOptions.adaptableContext

Property Details

adaptableSortState

Current sort state in the Grid

TypeScript
adaptableSortState: AdaptableSortState;
Property Value

AdaptableSortState

adaptableContext

Inherited from BaseContext

Custom application Context provided in AdaptableOptions.adaptableContext

TypeScript
adaptableContext: any;
Property Value

any