Skip to main content
A newer version of this page is available. .

ToolbarComboBoxBase.Width Property

Gets or sets the editor’s width.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

Declaration

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

Property Value

Type Default Description
Unit String.Empty

A Unit value specifying the editor’s width.

See Also