Back to Devexpress

DrillDownOptionsModel.DrillUpShortcuts Property

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-drilldownoptionsmodel.md

latest2.1 KB
Original Source

DrillDownOptionsModel.DrillUpShortcuts Property

Gets or sets the DrillDownOptions.DrillUpShortcuts property value within the model.

Namespace : DevExpress.XtraCharts.Designer

Assembly : DevExpress.XtraCharts.v25.2.Wizard.dll

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[PropertyForOptions]
public ChartShortcutKeyCollection DrillUpShortcuts { get; }
vb
<PropertyForOptions>
Public ReadOnly Property DrillUpShortcuts As ChartShortcutKeyCollection

Property Value

TypeDescription
ChartShortcutKeyCollection

A collection of shortcuts.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to DrillUpShortcuts
RadarDiagramModel

.DrillDownOptions .DrillUpShortcuts

| | SimpleDiagramModel |

.DrillDownOptions .DrillUpShortcuts

| | XYDiagramModel |

.DrillDownOptions .DrillUpShortcuts

|

See Also

DrillDownOptionsModel Class

DrillDownOptionsModel Members

DevExpress.XtraCharts.Designer Namespace