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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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