Skip to main content
All docs
V18.2

DashboardClientSideEvents Properties

Contains a list of the client-side events available for the ASPxDashboardViewer control.
Name Description
ActionAvailabilityChanged Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientDashboardViewer.ActionAvailabilityChanged event.
BeginCallback Gets or sets the name of the JavaScript function or the entire code which will handle a web control’s client BeginCallback event. Inherited from CallbackClientSideEventsBase.
CallbackError Gets or sets the name of the JavaScript function or the entire code which will handle a web control’s client CallbackError event. Inherited from CallbackClientSideEventsBase.
DashboardTitleToolbarUpdated Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientDashboardViewer.DashboardTitleToolbarUpdated event.
DataLoadingError Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientDashboardViewer.DataLoadingError event.
DrillDownPerformed Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientDashboardViewer.DrillDownPerformed event.
DrillUpPerformed Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientDashboardViewer.DrillUpPerformed event.
EndCallback Gets or sets the name of the JavaScript function or the entire code which will handle a web control’s client EndCallback event. Inherited from CallbackClientSideEventsBase.
Init Gets or sets the name of the JavaScript function or the entire code which will handle a web control’s ASPxClientControlBase.Init client-side event. Inherited from ClientSideEvents.
ItemBeforeWidgetDisposed Obsolete. Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientDashboardViewer.ItemBeforeWidgetDisposed event.
ItemCaptionToolbarUpdated Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientDashboardViewer.ItemCaptionToolbarUpdated event.
ItemClick Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientDashboardViewer.ItemClick event.
ItemElementCustomColor Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientDashboardViewer.ItemElementCustomColor event.
ItemSelectionChanged Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientDashboardViewer.ItemSelectionChanged event.
ItemVisualInteractivity Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientDashboardViewer.ItemVisualInteractivity event.
ItemWidgetCreated Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientDashboardViewer.ItemWidgetCreated event.
ItemWidgetUpdated Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientDashboardViewer.ItemWidgetUpdated event.
ItemWidgetUpdating Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientDashboardViewer.ItemWidgetUpdating event.
Loaded Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientDashboardViewer.Loaded event.
MasterFilterCleared Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientDashboardViewer.MasterFilterCleared event.
MasterFilterSet Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientDashboardViewer.MasterFilterSet event.
See Also