Skip to main content
A newer version of this page is available.

BootstrapGridView.EnablePagingGestures Property

This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.1.dll

Declaration

[Browsable(false)]
public override AutoBoolean EnablePagingGestures { get; set; }

Property Value

Type
AutoBoolean

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

False

Corresponds to a Boolean value of false.

See Also