Skip to main content

NavigationOptionsBase.UseKeyboard Property

Specifies whether navigation can be performed using the keyboard.

Namespace: DevExpress.Xpf.Charts

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

#Declaration

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

#Property Value

Type Description
Boolean

true to allow using the keyboard; otherwise, false.

#Property Paths

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

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