Back to Devexpress

DrillDownOptions.UseKeyboard Property

corelibraries-devexpress-dot-xtracharts-dot-drilldownoptions-a8e305a7.md

latest1.7 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public bool UseKeyboard { get; set; }
vb
Public Property UseKeyboard As Boolean

Property Value

TypeDescription
Boolean

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

|

Property Paths

You can access this nested property as listed below:

Object TypePath to UseKeyboard
RadarDiagram

.DrillDownOptions .UseKeyboard

| | SimpleDiagram |

.DrillDownOptions .UseKeyboard

| | XYDiagram |

.DrillDownOptions .UseKeyboard

|

See Also

DrillDownOptions Class

DrillDownOptions Members

DevExpress.XtraCharts Namespace