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

NavigationOptionsBase.UseMouse Property

Specifies whether scrolling can be performed using the mouse.

Namespace: DevExpress.Xpf.Charts

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

Declaration

public bool UseMouse { get; set; }

Property Value

Type Description
Boolean

true to allow using the mouse; otherwise, false.

Property Paths

You can access this nested property as listed below:

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