Skip to main content

DashboardBuilder.Height(String) Method

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
DashboardBuilder

A reference to this instance after the operation has completed.

See Also