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

NavigationOptionsBase.UseTouchDevice Property

Specifies whether navigation can be performed using the touch device.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v19.1.dll

Declaration

public bool UseTouchDevice { get; set; }

Property Value

Type Description
Boolean

true to allow using the touch device; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to UseTouchDevice
Diagram3D
.NavigationOptions.UseTouchDevice
SimpleDiagram3D
.NavigationOptions.UseTouchDevice
XYDiagram2D
.NavigationOptions.UseTouchDevice
XYDiagram3D
.NavigationOptions.UseTouchDevice
See Also