Skip to main content
A newer version of this page is available. .
All docs
V21.1

QueryBuilderHtmlContentBuilder.Name(String) Method

Specifies a name to identify the Query Builder element on the page.

Namespace: DevExpress.AspNetCore.Reporting.QueryBuilder

Assembly: DevExpress.AspNetCore.Reporting.v21.1.dll

NuGet Package: DevExpress.AspNetCore.Reporting

Declaration

public QueryBuilderHtmlContentBuilder Name(
    string name
)

Parameters

Name Type Description
name String

A string that is the element’s identifier.

Returns

Type Description
QueryBuilderHtmlContentBuilder

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

See Also