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

QueryBuilderHtmlContentBuilder Members

In This Article
A builder for the Web Query Builder.

#Constructors

Name Description
QueryBuilderHtmlContentBuilder(IHtmlHelper, String) Initializes a new instance of the QueryBuilderHtmlContentBuilder class with specified settings.
QueryBuilderHtmlContentBuilder(IHtmlHelper) Initializes a new instance of the QueryBuilderHtmlContentBuilder class with specified settings.

#Methods
Show Inherited Hide Inherited

Name Description
AutoBind(Boolean) Inherited from ClientControlContentBuilderBase<TSettings, TImpl>.
Bind(QueryBuilderModel) Passes the specified model to the Web Query Builder.
ClientSideEvents(Action<QueryBuilderClientSideEventsBuilder>) Returns the QueryBuilderClientSideEventsBuilder object that allows you to handle the client-side events specific to the Web Query Builder.
ClientSideModelSettings(Action<ClientSideModelSettings>) Specifies settings for the reporting component View Model. Inherited from ClientControlContentBuilderBase<TSettings, TImpl>.
CssClassName(String) Specifies a CSS class to apply to a reporting component. Inherited from ClientControlContentBuilderBase<TSettings, TImpl>.
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.
Height(String) Specifies the height of the reporting component on the page. Inherited from ClientControlContentBuilderBase<TSettings, TImpl>.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
Name(String) Specifies the element identifier on a page. Inherited from ClientControlContentBuilderBase<TSettings, TImpl>.
Nonce(String) Specifies the nonce value. Inherited from ClientControlContentBuilderBase<TSettings, TImpl>.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
RightToLeft(Boolean) Enables or disables a right-to-left layout in the reporting component user interface. Inherited from ClientControlContentBuilderBase<TSettings, TImpl>.
ToString() Returns a string that represents the current object. Inherited from Object.
Width(String) Specifies the width of the reporting component on the page. Inherited from ClientControlContentBuilderBase<TSettings, TImpl>.
See Also