Skip to main content

LayoutControl.AllowTouchGestures Property

Gets or sets whether the LayoutControl allows touch gestures.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public DefaultBoolean AllowTouchGestures { get; set; }

Property Value

Type Description
DefaultBoolean

true, to enable touch gestures; otherwise, false.

Available values:

Name Description Return 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