IFilteringEventArgs
Represents event arguments related to filtering 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
filteringExpressions
Section titled "filteringExpressions"Represents the filtering expressions applied to the grid. The expression contains information like filtering operands and operator, an expression or condition, etc.
filteringExpressions: IFilteringExpressionsTree Defined in projects/igniteui-angular/grids/core/src/common/events.ts:529
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