TextEditProperties.Width Property
Gets or sets the editor's width.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
[DefaultValue(typeof(Unit), "")]
public Unit Width { get; set; }
<DefaultValue(GetType(Unit), "")>
Public Property Width As Unit
Property Value
Type | Default | Description |
---|---|---|
Unit | 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
Feedback