IgcFilteringEventArgs

Represents event arguments related to filtering operations The event is cancelable

Provides the ability to cancel the event.

cancel: boolean

Represents the filtering expressions applied to the grid. The expression contains information like filtering operands and operator, an expression or condition, etc.

filteringExpressions: IgcFilteringExpressionsTree

Provides reference to the owner component.

owner?: any