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

ExtendedStyleBase.Height Property

Gets or sets the element height.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public override Unit Height { get; set; }

Property Value

Type Description
Unit

A Unit value that specifies the height.

Remarks

Use the Height and ExtendedStyleBase.Width properties to specify an element’s height and width respectively.

See Also