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

ToolbarComboBoxBase.DropDownWidth Property

Gets or sets the width of the editor’s dropdown window.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

Declaration

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

Property Value

Type Default Description
Unit String.Empty

A Unit value representing the dropdown window’s width.

See Also