DashboardTabSelectedObject Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a DashboardObject object that is the selected object in the tab.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public DashboardObject SelectedObject { get; set; }
Public Property SelectedObject As DashboardObject
Get
Set
public:
virtual property DashboardObject^ SelectedObject {
DashboardObject^ get () sealed;
void set (DashboardObject^ value) sealed;
}
function get_SelectedObject();
function set_SelectedObject(value);
Property Value
Type:
DashboardObjectA DashboardObject object that is the selected object in the tab.
Return Value
Type:
DashboardObjectA DashboardObject object that is the selected object in the tab.
Remarks See Also