DataPA Enterprise Dashboard Controls 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
C# |
---|
public DashboardObject SelectedObject { get; set; } |
Visual Basic |
---|
Public Property SelectedObject As DashboardObject
Get
Set |
Visual C++ |
---|
public:
virtual property DashboardObject^ SelectedObject {
DashboardObject^ get () sealed;
void set (DashboardObject^ value) sealed;
} |
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