Skip to main content
Tab

ASPxAutoCompleteBoxBase.DropDownWidth Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Unit String.Empty

A Unit value that is the dropdown window’s width.

Remarks

This property is a wrapper of the AutoCompleteBoxPropertiesBase.DropDownWidth property.

Note

The ASPxAutoCompleteBoxBase.DropDownWidth property value cannot be specified in percentage.

See Also