Skip to main content
A newer version of this page is available. .
Tab

AutoCompleteBoxPropertiesBase.DropDownWidth Property

Gets or sets the width of the editor’s dropdown window.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

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

Property Value

Type Default Description
Unit String.Empty

A Unit value specifying the dropdown window’s width.

Remarks

Use the DropDownWidth property to specify the dropdown window’s width.

If this property’s value is Empty, then the dropdown window’s width is equal to the editor’s width.

Note that the AutoCompleteBoxPropertiesBase.DropDownWidth property value cannot be specified in percentage.

Note

The DropDownWidth property synchronizes its value with the editor’s ASPxAutoCompleteBoxBase.DropDownWidth property.

See Also