ISortingEventArgs
Represents event arguments related to sorting and grouping operations The event is cancelable
Properties
Section titled "Properties"cancel
Section titled "cancel"Inherited from: CancelableEventArgs
Provides the ability to cancel the event.
cancel: boolean Defined in projects/igniteui-angular/core/src/core/utils.ts:421
Optional groupingExpressions
Section titled "groupingExpressions"Optional Represents the grouping expressions applied to the grid. It can be a single grouping expression or an array of them The expression contains information like the sorting expression and criteria by which the elements will be grouped
groupingExpressions?: IGroupingExpression | IGroupingExpression[] Defined in projects/igniteui-angular/grids/core/src/common/events.ts:509
Optional owner
Section titled "owner"Inherited from: IBaseEventArgs
Provides reference to the owner component.
owner?: any Defined in projects/igniteui-angular/core/src/core/utils.ts:428
Optional sortingExpressions
Section titled "sortingExpressions"Optional Represents the sorting expressions applied to the grid. It can be a single sorting expression or an array of them The expression contains information like file name, whether the letter case should be taken into account, etc.
sortingExpressions?: ISortingExpression<any> | ISortingExpression<any>[] Defined in projects/igniteui-angular/grids/core/src/common/events.ts:502