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

ZoomingOptionsModel.UseKeyboardWithMouse Property

Gets or sets the value of the ZoomingOptions.UseKeyboardWithMouse within the model.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v18.2.Wizard.dll

Declaration

[PropertyForOptions]
public bool UseKeyboardWithMouse { get; set; }

Property Value

Type Description
Boolean

true to allow using the keyboard and mouse combinations; otherwise false.

Property Paths

You can access this nested property as listed below:

Object Type Path to UseKeyboardWithMouse
Diagram3DModel
.ZoomingOptions.UseKeyboardWithMouse
FunnelDiagram3DModel
.ZoomingOptions.UseKeyboardWithMouse
GanttDiagramModel
.ZoomingOptions.UseKeyboardWithMouse
SimpleDiagram3DModel
.ZoomingOptions.UseKeyboardWithMouse
SwiftPlotDiagramModel
.ZoomingOptions.UseKeyboardWithMouse
XYDiagram2DModel
.ZoomingOptions.UseKeyboardWithMouse
XYDiagram3DModel
.ZoomingOptions.UseKeyboardWithMouse
XYDiagramModel
.ZoomingOptions.UseKeyboardWithMouse
See Also