Back to Devexpress

DrillDownOptions.DrillUpShortcuts Property

corelibraries-devexpress-dot-xtracharts-dot-drilldownoptions-057adae0.md

latest1.9 KB
Original Source

DrillDownOptions.DrillUpShortcuts Property

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public ChartShortcutKeyCollection DrillUpShortcuts { get; }
vb
Public ReadOnly Property DrillUpShortcuts As ChartShortcutKeyCollection

Property Value

TypeDescription
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 TypePath to DrillUpShortcuts
RadarDiagram

.DrillDownOptions .DrillUpShortcuts

| | SimpleDiagram |

.DrillDownOptions .DrillUpShortcuts

| | XYDiagram |

.DrillDownOptions .DrillUpShortcuts

|

See Also

DrillDownOptions Class

DrillDownOptions Members

DevExpress.XtraCharts Namespace