Skip to main content

ASPxHtmlEditor.Width Property

Gets or sets the editor’s width.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public override Unit Width { get; set; }

#Property Value

Type Description
Unit

A Unit value specifying the editor’s width.

See Also