Back to Devexpress

MVCxGridViewProperties.EnablePagingGestures Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-mvcxgridviewproperties-7599524e.md

latest1.6 KB
Original Source

MVCxGridViewProperties.EnablePagingGestures Property

Manipulates the built-in GridView’s GridSettingsBase.EnablePagingGestures property.

Namespace : DevExpress.Web.Mvc

Assembly : DevExpress.Web.Mvc5.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public AutoBoolean EnablePagingGestures { get; set; }
vb
Public Property EnablePagingGestures As AutoBoolean

Property Value

TypeDescription
AutoBoolean

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.

|

See Also

GridLookup

MVCxGridViewProperties Class

MVCxGridViewProperties Members

DevExpress.Web.Mvc Namespace