DashboardDesignerSelectedObject Property |
|
DataPA OpenAnalytics API Reference
Gets a DashboardObject object that is the currently selected dashboard object. If none are selected, returns nothing.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public DashboardObject SelectedObject { get; }
Public ReadOnly Property SelectedObject As DashboardObject
Get
public:
virtual property DashboardObject^ SelectedObject {
DashboardObject^ get () sealed;
}
function get_SelectedObject();
Return Value
Type:
DashboardObjectThe current selected DashboardObject object.
Remarks See Also