Skip to main content
All docs
V18.2

ASPxClientQueryBuilder Methods

The client-side equivalent of the ASPxQueryBuilder control.
Name Description
Cast(Object) static Converts the specified object to the current object’s type. This method is effective when you utilize the Client API IntelliSense feature provided by DevExpress.
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.
GetDesignerModel() Returns the object model of a Query Builder.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetJsonQueryModel() Gets a client-side model of the currently opened query serialized to Json.
GetType() Gets the Type of the current instance. Inherited from Object.
IsQueryValid() Specifies whether or not the current query is a valid SQL string.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
PerformCallback(String, Action<String>) Sends a callback to the server and generates the server-side event, passing it the specified argument.
PerformCallback(String) Sends a callback to the server with the specified argument.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
Save() Saves the current query.
ShowPreview() Invokes a Previewing Results for the current query.
ToString() Returns a string that represents the current object. Inherited from Object.
UpdateLocalization(Dictionary<String, String>) Updates the ASPxClientQueryBuilder properties’ localization settings.
See Also