Skip to main content

ToolbarFontNameEdit.Width Property

Gets or sets the current toolbar item’s width.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

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