DashboardItem Members
Serves as the base class for dashboard items.Properties
Name | Description |
---|---|
ComponentName | Gets or sets the component name of the dashboard item. |
CustomProperties | Gets custom properties available for the current dashboard item. |
Dashboard | Gets a dashboard that owns this dashboard item. |
Group | Gets or sets a parent group for the current dashboard item. |
IsDisposed | Gets a value indicating whether a dashboard item has been disposed of. |
Name | Gets or sets the name of the dashboard item, displayed in its caption. |
ParentContainer | Gets or sets the dashboard item container (a group or a tab page) that stores the current item. |
ShowCaption | Gets or sets whether the dashboard item’s caption is displayed. |
Methods
Name | Description |
---|---|
BeginInit() | For internal use. |
CreateCopy() | Creates a copy of this dashboard item. |
Dispose() | Releases resources associated with a DashboardItem instance. |
EndInit() | For internal use. |
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
Events
Name | Description |
---|---|
Disposed | Occurs after a dashboard item has been disposed of. |
See Also