ImageGalleryFullscreenViewerSettings.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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to AllowMouseWheel |
---|---|---|
ASP.NET Web Forms Controls | ASPxImageGallery |
|
ASP.NET MVC Extensions | ImageGallerySettings |
|
Remarks
When an image gallery has focus and the AllowMouseWheel property is set to true, an end-user can slide images using the mouse wheel. In this case, each mouse wheel action (up or down) slides an image.
Note
The AllowMouseWheel property is in effect if the Image Gallery’s fullscreen viewer is visible (the ImageGalleryFullscreenViewerSettings.Visible property is set to true
)s.