Skip to main content
Tab

ASPxWebControl.Height Property

Gets or sets the height of the web server control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.1.dll

NuGet Package: DevExpress.Web

Declaration

public override Unit Height { get; set; }

Property Value

Type Description
Unit

A Unit that represents the height of the control.

Remarks

This member overrides the Height property.

See Also