Interface IFilteringEventArgs

Represents event arguments related to filtering operations The event is cancelable

Hierarchy

Hierarchy (view full)

Properties

cancel: boolean

Provides the ability to cancel the event.

filteringExpressions: IFilteringExpressionsTree

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

owner?: any

Provides reference to the owner component.