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

NavigationOptionsBase.UseKeyboard Property

Specifies whether navigation can be performed using the keyboard.

Namespace: DevExpress.Xpf.Charts

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

Declaration

public bool UseKeyboard { get; set; }

Property Value

Type Description
Boolean

true to allow using the keyboard; otherwise, false.

Property Paths

You can access this nested property as listed below:

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