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

AutoCompleteBoxPropertiesBase.DropDownHeight Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

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

Property Value

Type Default Description
Unit String.Empty

A Unit value representing the dropdown window’s height.

Remarks

Use the DropDownHeight property to specify the dropdown window’s height. The DropDownHeight property’s value cannot be greater than the overall height of the items displayed within the dropdown.

Note that if the DropDownHeight property is defined, the AutoCompleteBoxPropertiesBase.DropDownRows property’s setting is not taken into account.

Note

The DropDownHeight property synchronizes its value with the editor’s ASPxAutoCompleteBoxBase.DropDownHeight property.

See Also