GridSortedInfo
EventInfo returned by GridSorted event
TypeScript
export interface GridSortedInfo extendsExtends
Properties
| Property | Description |
|---|---|
| adaptableSortState | Current sort state in the Grid |
| adaptableContext | Custom application Context provided in AdaptableOptions.adaptableContext |
Property Details
adaptableSortState
Current sort state in the Grid
TypeScript
adaptableSortState: AdaptableSortState;Property Value
adaptableContext
Inherited from BaseContext
Custom application Context provided in AdaptableOptions.adaptableContext
TypeScript
adaptableContext: any;Property Value
any