Skip to main content

ToolbarComboBoxBase.DropDownHeight Property

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

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Unit String.Empty

A Unit value representing the dropdown window’s height.

See Also