Skip to main content
All docs
V18.2

ASPxClientDashboardViewer Events

A client-side equivalent of the ASPxDashboardViewer control.
Name Description
ActionAvailabilityChanged Occurs after the available interactivity actions have changed.
BeginCallback Occurs when a callback for server-side processing is initiated.
DashboardTitleToolbarUpdated Allows you to customize a dashboard title (for instance, add custom buttons, menus, etc.).
DataLoadingError Provides the capability to handle data loading errors in the ASPxClientDashboardViewer.
DrillDownPerformed Occurs after a drill-down is performed.
DrillUpPerformed Occurs after a drill-up is performed.
EndCallback Occurs on the client side after a callback’s server-side processing has been completed.
ItemBeforeWidgetDisposed Allows you to access underlying UI/Data Visualization widgets.
ItemCaptionToolbarUpdated Allows you to customize a dashboard item’s caption (for instance, add custom buttons, menus, etc.).
ItemClick Occurs when an end-user clicks a dashboard item.
ItemElementCustomColor Allows you to color the required dashboard item elements using the specified colors.
ItemSelectionChanged Occurs after the selection within the dashboard item is changed.
ItemVisualInteractivity Allows you to provide custom visual interactivity for data-bound dashboard items that support element selection and highlighting.
ItemWidgetCreated Allows you to access underlying UI/Data Visualization widgets.
ItemWidgetUpdated Allows you to access underlying UI/Data Visualization widgets.
ItemWidgetUpdating Allows you to access underlying UI/Data Visualization widgets.
Loaded Occurs after the ASPxClientDashboardViewer is loaded.
MasterFilterCleared Occurs when an end-user clears the selection in the master filter item.
MasterFilterSet Occurs when an end-user changes the state of the master filter.
See Also