Skip to main content
Tab

ASPxTextEdit.Width Property

Gets or sets the editor’s width.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public override Unit Width { get; set; }

#Property Value

Type Description
Unit

A Unit value specifying the edior’s width.

#Remarks

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

See Also