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

ASPxDashboardViewer.Height Property

Gets or sets the height of the ASPxDashboardViewer control.

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v18.2.Web.WebForms.dll

Declaration

public override Unit Height { get; set; }

Property Value

Type Description
Unit

A Unit that specifies the height of the ASPxDashboardViewer control.

Remarks

This member overrides the System.Web.UI.WebControls.WebControl.Height property.

See Also