Back to Devexpress

DrillDownOptions.DrillDownMouseAction Property

corelibraries-devexpress-dot-xtracharts-dot-drilldownoptions-d0a891b6.md

latest1.9 KB
Original Source

DrillDownOptions.DrillDownMouseAction Property

Specifies keys that should be held down and mouse buttons that an end-user should click to reveal the next drill down level.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public ChartMouseAction DrillDownMouseAction { get; }
vb
Public ReadOnly Property DrillDownMouseAction As ChartMouseAction

Property Value

TypeDescription
ChartMouseAction

An object that stores keys that should be held down and a mouse button that an end-user should click to reveal the next drill down level.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to DrillDownMouseAction
RadarDiagram

.DrillDownOptions .DrillDownMouseAction

| | SimpleDiagram |

.DrillDownOptions .DrillDownMouseAction

| | XYDiagram |

.DrillDownOptions .DrillDownMouseAction

|

See Also

DrillDownOptions Class

DrillDownOptions Members

DevExpress.XtraCharts Namespace