General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
All docs
V19.2
General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
19.2
19.1
18.2
18.1
17.2
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 ASPxClientFilterControl.Apply client 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
Feedback