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

DrillDownOptions.DrillUpShortcuts Property

Specifies shortcuts that allow an end-user to return to a previous drill-down level.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.2.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

public ChartShortcutKeyCollection DrillUpShortcuts { get; }

Property Value

Type Description
ChartShortcutKeyCollection

A collection of shortcuts that allow an end-user to return to a previous drill-down level.

Property Paths

You can access this nested property as listed below:

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