DashboardBuilder.Height(String) Method
Gets or sets the Web Dashboard control's height.
Namespace: DevExpress.DashboardAspNetCore
Assembly: DevExpress.Dashboard.v20.2.AspNetCore.dll
Declaration
public DashboardBuilder Height(
string height
)
Public Function Height(
height As String
) As DashboardBuilder
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
Feedback