Skip to main content
Tab

ASPxTextEdit.Height Property

Gets or sets the editor’s height.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public override Unit Height { get; set; }

#Property Value

Type Description
Unit

A Unit value specifying the editor’s height.

#Remarks

This property is a wrapper of the TextEditProperties.Height property.

See Also