BootstrapComboBoxPropertiesBuilder.DropDownRows(Int32) Method
In This Article
Sets the number of list items displayed within the editor’s scrollable dropdown window simultaneously.
Namespace: DevExpress.AspNetCore.Bootstrap
Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll
#Declaration
public BootstrapComboBoxPropertiesBuilder DropDownRows(
int dropDownRows
)
#Parameters
Name | Type |
---|---|
drop |
Int32 |
#Returns
Type |
---|
Bootstrap |
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
See Also