DashboardTabPage Members
In This Article
#Constructors
Name | Description |
---|---|
Dashboard |
Initializes a new instance of the Dashboard |
#Properties
Name | Description |
---|---|
Component |
Gets or sets the component name of the dashboard item.
Inherited from Dashboard |
Custom |
Gets custom properties available for the current dashboard item.
Inherited from Dashboard |
Dashboard |
Gets a dashboard that owns this dashboard item.
Inherited from Dashboard |
Group |
Gets or sets a parent group for the current dashboard item.
Inherited from Dashboard |
Interactivity |
Provides access to options that control interactivity features, such as Master Filtering and drill-down. |
Is |
Gets a value indicating whether a dashboard item has been disposed of.
Inherited from Dashboard |
Name |
Gets or sets the name of the dashboard item, displayed in its caption.
Inherited from Dashboard |
Parent |
Hides the base class method. Always returns null. |
Show |
Gets or sets whether the dashboard item’s caption is displayed.
Inherited from Dashboard |
Show |
Gets or sets whether to display a single dashboard item like a tab page. |
#Methods
Name | Description |
---|---|
Add |
Adds the specified dashboard item to the tab page. |
Add |
Adds the specified dashboard items to the tab page. |
Begin |
For internal use.
Inherited from Dashboard |
Contains |
Determines whether a specified dashboard item is on the tab page. |
Create |
Creates a copy of this dashboard item.
Inherited from Dashboard |
Dispose() |
Releases resources associated with a Dashboard |
End |
For internal use.
Inherited from Dashboard |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Remove |
Removes the specified dashboard item from a tab page. |
To |
Returns a string that represents the current object. Inherited from Object. |
#Events
Name | Description |
---|---|
Disposed |
Occurs after a dashboard item has been disposed of.
Inherited from Dashboard |
See Also