Skip to main content
All docs
V24.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

QueryBuilderClientSideEventsBuilder Methods
Show Inherited Hide Inherited

Use the class methods to specify handlers for the Web Query Builder‘s client-side events.
Name Description
BeforeRender(String) Specifies the JavaScript handler function for the client-side BeforeRender event.
CustomizeLocalization(String) Specifies the JavaScript handler function for the client-side CustomizeLocalization event.
CustomizeMenuActions(String) Specifies the JavaScript handler function for the CustomizeMenuActions client-side event.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
OnServerError(String) Specifies the JavaScript handler function for the OnServerError client-side event.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
SaveQueryRequested(String) Specifies the JavaScript function that handles the Web Query Builder‘s SaveQueryRequested client-side event.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also