Skip to main content
Tab

TextEditProperties.Width Property

Gets or sets the editor’s width.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.1.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Unit String.Empty

A Unit value specifying the edior’s width.

Remarks

Note

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

See Also