Skip to main content
Tab

DropDownEditProperties.DropDownWindowWidth Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Unit String.Empty

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

Remarks

Use the ASPxDropDownEdit.DropDownWindowHeight property to specify the drop down window‘s height.

Note

The DropDownWindowWidth property synchronizes its value with the editor’s ASPxDropDownEdit.DropDownWindowWidth property.

See Also