DataPA Enterprise Dashboard Controls API Reference

The DashboardTab type exposes the following members.

Constructors

  Name Description
Public method DashboardTab()()()()
Creates and returns a new DashboardTab object.
Public method DashboardTab(String, DashboardTabs)
Creates and returns a new DashboardTab object.

Methods

  Name Description
Public method GetObjectData
Public method RefreshXML
Causes all DashboardObjects in this ManagedDashboard to rebuild the XML property.
Protected method SetObjectData

Properties

  Name Description
Public property DashboardObjects
Gets and sets the DashboardObjects collection for this tab.
Public property designMode
Gets and sets a value that indicates whether the tab is in design mode.
Public property DisposeOnLeave
Gets and sets a value that indicates if this tab will be disposed of when the user moves to another tab.
Public property GUID
Gets and sets a GUID that uniquely identifies this object.
Public property ID
Gets a value that indicates the Unique ID of this object
Public property LayoutXML
Gets and sets the XML that defines the layout of the Tab.
Public property Parent
Gets and sets an object that represents the parent of this object.
Public property SelectedObject
Gets and sets a DashboardObject object that is the selected object in the tab.
Public property title
Gets and sets a value that represents the title of the tab.

See Also