Skip to main content
A newer version of this page is available. .
Tab

ImageSliderBehaviorSettings.AllowMouseWheel Property

Gets or sets a value that specifies whether an end-user is able to slide images using the mouse wheel.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(false)]
public bool AllowMouseWheel { get; set; }

Property Value

Type Default Description
Boolean **false**

true, if images can be slid via the mouse wheel when the control is focused; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to AllowMouseWheel
ASP.NET Controls and MVC Extensions ASPxImageSlider
.SettingsBehavior .AllowMouseWheel
ASP.NET MVC Extensions ImageSliderSettings
.SettingsBehavior .AllowMouseWheel
MVCxImageSlider
.SettingsBehavior .AllowMouseWheel

Remarks

When an image slider has focus and the AllowMouseWheel property is set to true, an end-user can slide images in an image area (when the mouse is over image area) or in a navigation bar (when the mouse is over navigation bar) by using the mouse wheel. In this case, each mouse wheel action (up or down) slides an image.

See Also