A newer version of this page is available.
Switch to the current version.
ToolbarComboBoxBase.DropDownHeight Property
Gets or sets the height of the editor's dropdown window.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v18.2.dll
Declaration
[DefaultValue(typeof(Unit), "")]
public virtual Unit DropDownHeight { get; set; }
<DefaultValue(GetType(Unit), "")>
Public Overridable Property DropDownHeight As Unit
Property Value
Type | Default | Description |
---|---|---|
Unit | A Unit value representing the dropdown window's height. |
See Also
Feedback