AutoCompleteBoxPropertiesBase.DropDownWidth Property
In This Article
Gets or sets the width of the editor’s dropdown window.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Unit | String. |
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 Drop
See Also