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

ScrollingOptionsModel.UseKeyboard Property

Gets or sets the value of the ScrollingOptions.UseKeyboard within the model.

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

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

Property Value

Type Description
Boolean

true if using the keyboard is allowed; otherwise false.

Property Paths

You can access this nested property as listed below:

Object Type Path to UseKeyboard
Diagram3DModel
.ScrollingOptions.UseKeyboard
FunnelDiagram3DModel
.ScrollingOptions.UseKeyboard
GanttDiagramModel
.ScrollingOptions.UseKeyboard
SimpleDiagram3DModel
.ScrollingOptions.UseKeyboard
SwiftPlotDiagramModel
.ScrollingOptions.UseKeyboard
XYDiagram2DModel
.ScrollingOptions.UseKeyboard
XYDiagram3DModel
.ScrollingOptions.UseKeyboard
XYDiagramModel
.ScrollingOptions.UseKeyboard
See Also