Skip to main content
A newer version of this page is available. .

QueryBuilderClientSideModelSettings Class

Provides settings for a client-side model of the Query Builder.

Namespace: DevExpress.XtraReports.Web.QueryBuilder

Assembly: DevExpress.XtraReports.v20.2.Web.WebForms.dll

NuGet Package: DevExpress.Web.Reporting

Declaration

public class QueryBuilderClientSideModelSettings :
    ClientControlClientSideModelSettings

Remarks

A QueryBuilderClientSideModelSettings object is returned by the ASPxQueryBuilder.SettingsClientSideModel property.

These settings allow you to specify whether or not to include client resources for the Query Builder and render JSON data on a web page.

Inheritance

See Also