IgcFilteringEventArgs
Represents event arguments related to filtering operations The event is cancelable
Properties
Section titled "Properties"cancel
Section titled "cancel"Provides the ability to cancel the event.
cancel: boolean 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: IgcFilteringExpressionsTree Optional owner
Section titled "owner"Provides reference to the owner component.
owner?: any