Skip to main content
All docs
V18.2

ASPxClientDashboardItemVisualInteractivityEventArgs Methods

Provides data for the ASPxClientDashboard.ItemVisualInteractivity / ASPxClientDashboardViewer.ItemVisualInteractivity events.
Name Description
EnableHighlighting(Boolean) Enables highlighting for the current dashboard item.
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.
GetDefaultSelection() Gets the default selection for the current dashboard item.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetSelectionMode() Gets the selection mode for dashboard item elements.
GetTargetAxes() Gets data axes used to perform custom interactivity actions.
GetType() Gets the Type of the current instance. Inherited from Object.
IsHighlightingEnabled() Returns whether highlighting is enabled for the current dashboard item.
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.
SetDefaultSelection(ASPxClientDashboardItemDataAxisPointTuple[]) Sets the default selection for the current dashboard item.
SetSelectionMode(String) Sets the selection mode for dashboard item elements.
SetTargetAxes(String[]) Sets data axes used to perform custom interactivity actions.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also