QueryBuilderHtmlContentBuilder.Height(String) Method
Specifies the height of the Query Builder element on the page.
Namespace: DevExpress.AspNetCore.Reporting.QueryBuilder
Assembly: DevExpress.AspNetCore.Reporting.v23.1.dll
NuGet Package: DevExpress.AspNetCore.Reporting
Declaration
Parameters
Name | Type | Description |
---|---|---|
height | String | The element’s height |
Returns
Type | Description |
---|---|
QueryBuilderHtmlContentBuilder | A QueryBuilderHtmlContentBuilder that can be used in method chaining to further configure the Query Builder. |
See Also