Back to Devexpress

ImageSliderBehaviorSettings.EnablePagingGestures Property

aspnet-devexpress-dot-web-dot-imagesliderbehaviorsettings.md

latest2.3 KB
Original Source

ImageSliderBehaviorSettings.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.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(true)]
public bool EnablePagingGestures { get; set; }
vb
<DefaultValue(True)>
Public Property EnablePagingGestures As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true, if page switching by gestures is always allowed; false, if it is always prohibited.

|

Property Paths

You can access this nested property as listed below:

LibraryObject TypePath to EnablePagingGestures
ASP.NET MVC ExtensionsImageSliderSettings

.SettingsBehavior .EnablePagingGestures

| | ASP.NET Web Forms Controls | ASPxImageSlider |

.SettingsBehavior .EnablePagingGestures

|

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 ImageSliderImageAreaSettings.AnimationType property), a swipe gesture is in effect for the navigation bar only.

See Also

Image Slider

ImageSliderBehaviorSettings Class

ImageSliderBehaviorSettings Members

DevExpress.Web Namespace