Skip to main content
Tab

ASPxAutoCompleteBoxBase.DropDownRows Property

Gets or sets the number of list items displayed within the editor’s scrollable dropdown window simultaneously.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(7)]
public int DropDownRows { get; set; }

Property Value

Type Default Description
Int32 7

An integer value that specifies the number of items to be displayed in the dropdown list.

Remarks

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

See Also