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

ASPxDashboardViewer.Width Property

Gets or sets the width of the ASPxDashboardViewer control.

Namespace: DevExpress.DashboardWeb

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

Declaration

public override Unit Width { get; set; }

Property Value

Type Description
Unit

A Unit that specifies the width of the ASPxDashboardViewer control.

Remarks

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

See Also