AutoCompleteBoxPropertiesBase.DropDownWidth Property
Gets or sets the width of the editor’s dropdown window.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
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