DashboardTab Class |
Namespace: DataPAEnterpriseDashboard
[SerializableAttribute] public class DashboardTab : _DashboardTab, ISerializable
The DashboardTab type exposes the following members.
Name | Description | |
---|---|---|
DashboardTab |
Creates and returns a new DashboardTab object.
| |
DashboardTab(String, DashboardTabs) |
Creates and returns a new DashboardTab object.
|
Name | Description | |
---|---|---|
CopyToClipboard |
Copies this tab to the clipboard.
| |
DrillDownParent |
Returns a drilldown parent object based on the ID provided
| |
GetObjectData | ||
RefreshXML |
Causes all DashboardObjects in this ManagedDashboard to rebuild the XML property.
|
Name | Description | |
---|---|---|
ClassId | ||
EventsId | ||
InterfaceId |
Name | Description | |
---|---|---|
DashboardObjects |
Gets and sets the DashboardObjects collection for this tab.
| |
designMode |
Gets and sets a value that indicates whether the tab is in design mode.
| |
DisposeOnLeave |
Gets and sets a value that indicates if this tab will be disposed of when the user moves to another tab.
| |
GUID |
Gets and sets a GUID that uniquely identifies this object.
| |
Hidden |
Gets and sets whether a dashboard tab is visible.
| |
ID |
Gets a value that indicates the Unique ID of this object
| |
LayoutXML |
Gets and sets the XML that defines the layout of the Tab.
| |
ObjectSizes |
Gets a dictionary of serialized objects contained in this object, along with their sizes (in bytes)
| |
Parent |
Gets and sets an object that represents the parent of this object.
| |
SelectedObject |
Gets and sets a DashboardObject object that is the selected object in the tab.
| |
title |
Gets and sets a value that represents the title of the tab.
|