Skip to main content

ToolbarComboBox.Width Property

Gets or sets the toolbar combo box’s width.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

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