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

DashboardBuilder.Height(String) Method

Gets or sets the Web Dashboard control’s height.

Namespace: DevExpress.DashboardAspNetCore

Assembly: DevExpress.Dashboard.v23.1.AspNetCore.dll

NuGet Package: DevExpress.AspNetCore.Dashboard

Declaration

public DashboardBuilder Height(
    string height
)

Parameters

Name Type Description
height String

A String object specifying the Web Dashboard control’s height.

Returns

Type Description
DashboardBuilder

A reference to this instance after the operation has completed.

See Also