BootstrapComboBoxPropertiesBuilder.AllowMouseWheel(Boolean) Method
In This Article
Sets a value that specifies whether an end-user is able to change the editor’s value using the mouse wheel.
Namespace: DevExpress.AspNetCore.Bootstrap
Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll
#Declaration
public BootstrapComboBoxPropertiesBuilder AllowMouseWheel(
bool allowMouseWheel
)
#Parameters
Name | Type |
---|---|
allow |
Boolean |
#Returns
Type |
---|
Bootstrap |
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
See Also