GridSettingsBase.EnablePagingGestures Property
Gets or sets a value specifying whether an end-user can switch pages with a swipe gesture.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public AutoBoolean EnablePagingGestures { get; set; }
#Property Value
Type | Description |
---|---|
Auto |
True, if page switching by gestures is always allowed; False, if it is always prohibited; Auto - if it is allowed for touch devices only. |
Available values:
Name | Description |
---|---|
Auto | The value is determined automatically, based on the type of the end-user’s device: touch or non-touch. |
True | Corresponds to a Boolean value of |
False | Corresponds to a Boolean value of |
#Remarks
Use the EnablePagingGestures property to control the user capability to switch between pages with a swipe gesture. By default, this feature is enabled for touch devices only.
Note
If paging gestures are enabled (the Enable
Note
Enabling horizontal scrollbars (via the ASPx