Skip to main content

MVCxClientFilterControl Events

A client-side counterpart of the FilterControl extension.
Name Description
Applied Occurs after a new filter expression has been applied. Inherited from ASPxClientFilterControl.
BeginCallback Occurs when a callback for server-side processing is initiated. Inherited from ASPxClientFilterControl.
CallbackError Fires on the client if any server error occurs during server-side processing of a callback sent by the ASPxClientFilterControl. Inherited from ASPxClientFilterControl.
EndCallback Occurs on the client side after a callback’s server-side processing has been completed. Inherited from ASPxClientFilterControl.
Init Occurs on the client side after the control has been initialized. Inherited from ASPxClientControlBase.
See Also