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.v19.1.dll

Declaration

[XtraSerializableProperty]
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