DataPA Enterprise Dashboard Controls API Reference
Gets the drilldown object from which this event was fired.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
| C# |
|---|
public DrillDown DrillDown { get; } |
| Visual Basic |
|---|
Public ReadOnly Property DrillDown As DrillDown
Get |
| Visual C++ |
|---|
public:
virtual property DrillDown^ DrillDown {
DrillDown^ get () sealed;
} |
Return Value
Type:
DrillDownThe drilldown object from which this event was fired.
Remarks
See Also