Skip to main content

ASPxClientFilterAppliedEventArgs Class

Provides data for the ASPxClientFilterControl.Applied event.

Declaration

declare class ASPxClientFilterAppliedEventArgs extends ASPxClientEventArgs

Remarks

After you have created a new or modified an existing filter expression, you need to apply it. To do this, call the client ASPxClientFilterControl.Apply method. This raises the ASPxClientFilterControl.Applied event which enables you to apply the constructed filter expression to a control or data source. The new filter expression is returned by the ASPxClientFilterAppliedEventArgs.filterExpression property.

Inheritance

ASPxClientEventArgs
ASPxClientFilterAppliedEventArgs
See Also