Skip to main content
All docs
V18.2

ASPxClientDashboardItemClickEventArgs Methods

Provides data for the ASPxClientDashboard.ItemClick / ASPxClientDashboardViewer.ItemClick events.
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