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

DrillDownOptions.UseKeyboard Property

Gets or sets the value that specifies whether an end user can use the keyboard to drill down in the chart.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

[TypeConverter(typeof(BooleanTypeConverter))]
[XtraSerializableProperty]
public bool UseKeyboard { get; set; }

Property Value

Type Description
Boolean

true, if an end user can use the keyboard; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to UseKeyboard
GanttDiagram
.DrillDownOptions.UseKeyboard
PolarDiagram
.DrillDownOptions.UseKeyboard
RadarDiagram
.DrillDownOptions.UseKeyboard
SimpleDiagram
.DrillDownOptions.UseKeyboard
XYDiagram
.DrillDownOptions.UseKeyboard
See Also