A newer version of this page is available.
Switch to the current version.
DropDownEditProperties.DropDownWindowHeight Property
Gets or sets the height of the editor's drop down window.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v18.2.dll
Declaration
[DefaultValue(typeof(Unit), "")]
public Unit DropDownWindowHeight { get; set; }
<DefaultValue(GetType(Unit), "")>
Public Property DropDownWindowHeight As Unit
Property Value
Type | Default | Description |
---|---|---|
Unit | 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
Feedback