ImageGalleryFullscreenViewerSettings.EnablePagingGestures Property
Gets or sets a value specifying whether an end-user can switch pages with a swipe gesture.
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 EnablePagingGestures |
---|---|---|
ASP.NET Web Forms Controls | ASPxImageGallery |
|
ASP.NET MVC Extensions | ImageGallerySettings |
|
Remarks
Use the EnablePagingGestures property to control the user’s ability to switch between pages and images with a swipe gesture.
Note
If fade animation is enabled (via the ImageGalleryFullscreenViewerSettings.AnimationType property), a swipe gesture is in effect for the navigation bar only.
See Also