Skip to main content
Tab

ASPxAutoCompleteBoxBase.DropDownHeight Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Unit String.Empty

A Unit value that is the dropdown window’s height.

Remarks

This property is a wrapper of the AutoCompleteBoxPropertiesBase.DropDownHeight property.

See Also