DashboardBuilder.Height(String) Method
In This Article
Gets or sets the Web Dashboard control’s height.
Namespace: DevExpress.DashboardAspNetCore
Assembly: DevExpress.Dashboard.v24.2.AspNetCore.dll
#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 |
---|---|
Dashboard |
A reference to this instance after the operation has completed. |
See Also