Back to Devexpress

LayoutControl.AllowTouchGestures Property

windowsforms-devexpress-dot-xtralayout-dot-layoutcontrol-2d81e237.md

latest1.5 KB
Original Source

LayoutControl.AllowTouchGestures Property

Gets or sets whether the LayoutControl allows touch gestures.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public DefaultBoolean AllowTouchGestures { get; set; }
vb
<Browsable(False)>
Public Property AllowTouchGestures As DefaultBoolean

Property Value

TypeDescription
DefaultBoolean

true , to enable touch gestures; otherwise, false.

|

Available values:

NameDescriptionReturn Value
True

The value is true.

|

0

| | False |

The value is false.

|

1

| | Default |

The value is specified by a global option or a higher-level object.

|

2

|

See Also

LayoutControl Class

LayoutControl Members

DevExpress.XtraLayout Namespace