Skip to main content

NavigationOptionsBase.UseMouse Property

Specifies whether scrolling can be performed using the mouse.

Namespace: DevExpress.Xpf.Charts

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

#Declaration

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

#Property Value

Type Description
Boolean

true to allow using the mouse; otherwise, false.

#Property Paths

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

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