Skip to main content
All docs
V23.2

QueryBuilderHtmlContentBuilder.Width(String) Method

Specifies the width of the Query Builder element on the page.

Namespace: DevExpress.AspNetCore.Reporting.QueryBuilder

Assembly: DevExpress.AspNetCore.Reporting.v23.2.dll

NuGet Package: DevExpress.AspNetCore.Reporting

Declaration

public QueryBuilderHtmlContentBuilder Width(
    string width
)

Parameters

Name Type Description
width String

The element’s width

Returns

Type Description
QueryBuilderHtmlContentBuilder

A QueryBuilderHtmlContentBuilder that can be used in method chaining to further configure the Query Builder.

See Also