Interface ISortingEventArgs

Hierarchy

Hierarchy

Properties

cancel: boolean

Provides the ability to cancel the event.

groupingExpressions?: IGroupingExpression | IGroupingExpression[]
owner?: any

Provides reference to the owner component.

sortingExpressions?: ISortingExpression<any> | ISortingExpression<any>[]