Back to Devexpress

ASPxGridBase.EnablePagingGestures Property

aspnet-devexpress-dot-web-dot-aspxgridbase-6f25ccbc.md

latest2.4 KB
Original Source

ASPxGridBase.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(AutoBoolean.Auto)]
public virtual AutoBoolean EnablePagingGestures { get; set; }
vb
<DefaultValue(AutoBoolean.Auto)>
Public Overridable Property EnablePagingGestures As AutoBoolean

Property Value

TypeDefaultDescription
AutoBooleanAuto

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:

NameDescription
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 true.

| | False |

Corresponds to a Boolean value of false.

|

Remarks

Use the EnablePagingGestures property to control the user’s ability 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 EnablePagingGestures property is set to true, or it is set to Auto and a touch device is used), pages change with the slide animation effect, irrespective of the ASPxGridBase.EnablePagingCallbackAnimation property value.

Note

Enabling horizontal scrollbars (via the ASPxGridSettings.HorizontalScrollBarMode option) on an grid control disables the paging gesture functionality, so the EnablePagingGestures property is not in effect.

See Also

ASPxGridBase Class

ASPxGridBase Members

DevExpress.Web Namespace