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

ToolbarFontNameEdit.Width Property

Gets or sets the current toolbar item’s width.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

Declaration

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

Property Value

Type Default Description
Unit "160"

A Unit value specifying the width of the toolbar item.

Remarks

In order to specify the width of the editor’s dropdown list, use the toolbar item’s ToolbarComboBoxBase.DropDownWidth property.

See Also