Skip to main content

DrillDownOptions.DrillUpShortcuts Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.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
RadarDiagram
.DrillDownOptions .DrillUpShortcuts
SimpleDiagram
.DrillDownOptions .DrillUpShortcuts
XYDiagram
.DrillDownOptions .DrillUpShortcuts
See Also