DashboardItemGroup 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 | For internal use. |
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 |
Items |
Gets dashboard items contained within the current Dashboard |
Name |
Gets or sets the name of the dashboard item, displayed in its caption.
Inherited from Dashboard |
Parent |
Gets or sets the dashboard item container (a group or a tab page) that stores the current item.
Inherited from Dashboard |
Show |
Gets or sets whether the dashboard item’s caption is displayed.
Inherited from Dashboard |
#Methods
Name | Description |
---|---|
Add |
Adds the specified dashboard item to the current Dashboard |
Add |
Appends an array of dashboard items to the current Dashboard |
Begin |
For internal use.
Inherited from Dashboard |
Clear() |
Removes all dashboard items from the current Dashboard |
Contains |
Returns whether the current Dashboard |
Create |
For internal use. |
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 the current Dashboard |
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