Skip to main content

ASPxClientFilterControl Class

Represents the client ASPxFilterControl.

#Declaration

TypeScript
declare class ASPxClientFilterControl extends ASPxClientControl

#Remarks

The functionality provided by the ASPxClientFilterControl almost replicates the server-side functionality implemented by the ASPxFilterControl. In that way, a comprehensive client object model allows you to process, navigate and manipulate data directly on the client by writing appropriate JavaScript code.

#Inheritance

See Also