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

ToolbarComboBox.Width Property

Gets or sets the toolbar combo box’s width.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

Declaration

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

Property Value

Type Default Description
Unit "100"

A Unit value specifying the width.

See Also