Skip to main content

DashboardBuilder.Height(Int32) Method

Gets or sets the Web Dashboard control’s height.

Namespace: DevExpress.DashboardAspNetCore

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

NuGet Package: DevExpress.AspNetCore.Dashboard

Declaration

public DashboardBuilder Height(
    int height
)

Parameters

Name Type Description
height Int32

The Web Dashboard control’s height in pixels.

Returns

Type Description
DashboardBuilder

A reference to this instance after the operation has completed.

See Also