LayoutControl.AllowTouchGestures Property
In This Article
Gets or sets whether the LayoutControl allows touch gestures.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[Browsable(false)]
public DefaultBoolean AllowTouchGestures { get; set; }
#Property Value
Type | Description |
---|---|
Default |
true, to enable touch gestures; otherwise, false. |
Available values:
Name | Description | Return Value |
---|---|---|
True | The value is true. |
|
False | The value is false. |
|
Default | The value is specified by a global option or a higher-level object. |
|
See Also