DataPA Enterprise Dashboard Controls API Reference
The DashboardTabs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DashboardTabs()()()() |
Creates and returns a new DashboardTabs object.
|
|
DashboardTabs(ManagedDashboard) |
Creates and returns a new DashboardTabs object.
|
Methods
Name | Description | |
---|---|---|
Add()()()() |
Creates and adds a new DashboardTab to this collection.
|
|
Add(DashboardTab) |
Adds a DashboardTab to this collection.
|
|
Contains |
Returns a value that indicates if an object with the ID exists in the collection
|
|
ContainsTitle |
Returns a value that indicates if an tab with the given title exists in the collection.
|
|
GetEnumerator |
Implements System.Collections.IEnumerable.GetEnumerator.
|
|
GetFirstTab |
Gets the first Tab in the collection.
|
|
GetNextTab |
Gets the Next Tab in the collection.
|
|
GetObjectData | ||
MoveNext |
Implements System.Collections.IEnumerator.MoveNext.
|
|
ReBuild |
Rebuilds the collection using the order specified in the IDs array.
|
|
Remove(Int32) |
Removes a DashboardTab from this collection.
|
|
Remove(String) |
Removes a DashboardTab from this collection.
|
|
Reset |
Implements System.Collections.IEnumerator.Reset.
|
|
SetObjectData | ||
TabFromObject |
Returns a DashboardTab that contains the given DashboardObject.
|
Properties
Name | Description | |
---|---|---|
Count |
Gets the number of DashboardTabs in this collection.
|
|
Current |
Implements System.Collections.IEnumerator.Current.
|
|
Item[([( Int32])]) |
Gets and sets a DashboardTab in this collection.
|
|
Item[([( String])]) |
Gets and sets a DashboardTab in this collection.
|
|
Parent |
Gets and sets an object that represents the parent of this object.
|
|
TabOrder |