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

IQueryBuilderClientSideModelGenerator Methods

A service used to generate a client-side model of the Query Builder control.
Name Description
GetJsonModelScript(DataConnectionParametersBase, SelectQuery, Int32) Creates a client-side Web Query Builder model based on the specified data and serializes this model to JSON.
GetJsonModelScript(DataConnectionParametersBase, SelectQuery) Creates a client-side Web Query Builder model based on the specified data and serializes this model to JSON.
GetJsonModelScript(DataConnectionParametersBase, Int32) Creates a client-side Web Query Builder model based on the specified data and serializes this model to JSON.
GetJsonModelScript(DataConnectionParametersBase) Creates a client-side Web Query Builder model based on the specified data and serializes this model to JSON.
GetJsonModelScript(QueryBuilderModel, ClientSideModelSettings) Serializes the specified client-side Web Query Builder model to JSON.
GetJsonModelScript(QueryBuilderModel) Serializes the specified client-side Web Query Builder model to JSON.
GetJsonModelScript(String, SelectQuery, Int32) Creates a client-side Web Query Builder model based on the specified data and serializes this model to JSON.
GetJsonModelScript(String, SelectQuery) Creates a client-side Web Query Builder model based on the specified data and serializes this model to JSON.
GetJsonModelScript(String, Int32) Creates a client-side Web Query Builder model based on the specified data and serializes this model to JSON.
GetJsonModelScript(String) Creates a client-side Web Query Builder model based on the specified data and serializes this model to JSON.
GetModel(DataConnectionParametersBase, SelectQuery, Int32) Creates a client-side Web Query Builder model based on the specified data.
GetModel(DataConnectionParametersBase, SelectQuery) Creates a client-side Web Query Builder model based on the specified data.
GetModel(DataConnectionParametersBase, Int32) Creates a client-side Web Query Builder model based on the specified data.
GetModel(DataConnectionParametersBase) Creates a client-side Web Query Builder model based on the specified data.
GetModel(String, SelectQuery, Int32) Creates a client-side Web Query Builder model based on the specified data.
GetModel(String, SelectQuery) Creates a client-side Web Query Builder model based on the specified data.
GetModel(String, Int32) Creates a client-side Web Query Builder model based on the specified data.
GetModel(String) Creates a client-side Web Query Builder model based on the specified data.
See Also