AutoCompleteBoxPropertiesBase.DropDownHeight Property
Gets or sets the height of the editor’s dropdown window.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
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