Skip to main content
All docs
V18.2

ASPxClientDashboardItemClickEventArgs Members

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

Constructors

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

Properties

Name Description
ItemName Gets the name of the dashboard item for which the event has been 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.
GetAxisPoint(String) Returns the axis point corresponding to the clicked visual element.
GetData() Gets the dashboard item’s client data.
GetDeltas() Gets deltas corresponding to the clicked visual element.
GetDimensions(String) Gets the dimensions used to create a hierarchy of axis points for the specified axis.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetMeasures() Gets measures corresponding to the clicked visual 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.
RequestUnderlyingData(ASPxClientDashboardItemRequestUnderlyingDataCompleted, String[]) Requests underlying data corresponding to the clicked visual element.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also