Skip to main content
All docs
V18.2

ASPxClientDashboardItemElementCustomColorEventArgs Members

Provides data for the ASPxClientDashboard.ItemElementCustomColor / ASPxClientDashboardViewer.ItemElementCustomColor events.

Constructors

Name Description
ASPxClientDashboardItemElementCustomColorEventArgs() Initializes a new instance of the ASPxClientDashboardItemElementCustomColorEventArgs class.

Properties

Name Description
ItemName Gets the component name of the dashboard item for which the event was raised.

Methods

Name Description
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.
GetColor() Gets the color of the current dashboard item element.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetMeasures() Gets measures corresponding to the current dashboard item element.
GetTargetElement() Gets the axis point tuple that corresponds to the current dashboard item element.
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.
SetColor(String) Sets the color of the current dashboard item element.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also