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

EditorContainer.AllowTouchGestures Property

Gets or sets whether the EditorContainer allows touch gestures when the app runs on touch-enabled devices.

Namespace: DevExpress.XtraEditors.Container

Assembly: DevExpress.XtraEditors.v21.1.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

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

Property Value

Type Description
DefaultBoolean

A DefaultBoolean enumeration value that specifies whether the EditorContainer should process user gestures when the app runs on touch-enabled devices.

Available values:

Name Description
True

Corresponds to a Boolean value of true.

False

Corresponds to a Boolean value of false.

Default

The default behavior determined by the control’s logic.

See Also