Skip to main content
Tab

ASPxDropDownEdit.DropDownWindowHeight Property

Gets or sets the height of the editor’s drop down window.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

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

#Property Value

Type Default Description
Unit String.Empty

A Unit value representing the drop down window‘s height.

#Remarks

This property is a wrapper of the DropDownEditProperties.DropDownWindowHeight property.

See Also