Skip to main content
All docs
V18.2

ASPxClientQueryBuilder Members

The client-side equivalent of the ASPxQueryBuilder control.

Constructors

Name Description
ASPxClientQueryBuilder() Initializes a new instance of the ASPxClientQueryBuilder class with the default settings.

Methods

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.

Events

Name Description
BeforeRender
BeginCallback Occurs when a callback for server-side processing is initiated.
CallbackError Fires on the client if any server error occurs during server-side processing of a callback sent by ASPxClientQueryBuilder.
CustomizeLocalization Enables you to customize the Query Builder’s localization strings.
CustomizeToolbarActions Enables you to customize the menu actions of a Query Builder.
EndCallback Occurs on the client after a callback’s server-side processing has been completed.
OnServerError Occurs on the client each time a server-side error raises.
SaveCommandExecute Occurs when executing the Save command on the client.
See Also