Click or drag to resize
DashboardDesignerSelectedObject Property DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets a DashboardObject object that is the currently selected dashboard object. If none are selected, returns nothing.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public DashboardObject SelectedObject { get; }

Return Value

Type: DashboardObject
The current selected DashboardObject object.
Remarks