Skip to main content

NavigationOptionsBase.UseTouchDevice Property

Specifies whether navigation can be performed using the touch device.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v14.2.dll

#Declaration

[XtraSerializableProperty]
public bool UseTouchDevice { get; set; }

#Property Value

Type Description
Boolean

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

#Property Paths

You can access the NavigationOptionsBase.UseTouchDevice property from the following objects:

Object Type Path to UseTouchDevice
XYDiagram2D
.NavigationOptions.UseTouchDevice
See Also