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

ScrollingOptions2D.UseTouchDevice Property

Specifies whether scrolling can be performed using the touch device.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

[TypeConverter(typeof(BooleanTypeConverter))]
[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 this nested property as listed below:

Object Type Path to UseTouchDevice
GanttDiagram
.ScrollingOptions.UseTouchDevice
SwiftPlotDiagram
.ScrollingOptions.UseTouchDevice
XYDiagram
.ScrollingOptions.UseTouchDevice
XYDiagram2D
.ScrollingOptions.UseTouchDevice
See Also