DropDownEditProperties.DropDownWindowHeight Property
Gets or sets the height of the editor’s drop down window.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Unit | String.Empty | A Unit value representing the drop down window‘s height. |
Remarks
Use the ASPxAutoCompleteBoxBase.DropDownWidth property to specify the drop down window‘s width.
Note
The DropDownWindowHeight property synchronizes its value with the editor’s ASPxDropDownEdit.DropDownWindowHeight property.
See Also