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

TextEditProperties.Height Property

Gets or sets the editor’s height.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(typeof(Unit), "")]
public Unit Height { get; set; }

Property Value

Type Default Description
Unit String.Empty

A Unit value specifying the editor’s height.

Remarks

Note

The Height property synchronizes its value with the editor’s ASPxTextEdit.Height property.

See Also