Skip to main content

DashboardControlClientSideEvents Members

Contains a list of the client-side event handlers available for the ASPxDashboard control and a corresponding MVC extension.

Constructors

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

Properties

Name Description
ActionAvailabilityChanged Gets or sets a function used in JavaScript frameworks that is executed when the ASPxClientDashboard.ActionAvailabilityChanged event is raised.
BeforeRender Gets or sets a function used in JavaScript frameworks that is executed when the ASPxClientDashboard.BeforeRender event is raised.
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.
CustomDataCallback Gets or sets a function used in JavaScript frameworks that is executed when the ASPxClientDashboard.CustomDataCallback event is raised.
CustomizeDataSourceWizard Gets or sets a function used in JavaScript frameworks that is executed when the ASPxClientDashboard.CustomizeDataSourceWizard event is raised.
CustomizeMenuItems This property is obsolete.
DashboardBeginUpdate Gets or sets a function used in JavaScript frameworks that is executed when the ASPxClientDashboard.DashboardBeginUpdate event is raised.
DashboardChanged Obsolete. The DashboardChanged client-side event is obsolete. Use the DashboardInitialized handler instead.
DashboardEndUpdate Gets or sets a function used in JavaScript frameworks that is executed when the ASPxClientDashboard.DashboardEndUpdate event is raised.
DashboardInitialized Gets or sets a function used in JavaScript frameworks that is executed when the ASPxClientDashboard.DashboardEndUpdate event is raised.
DashboardInitializing Gets or sets a function used in JavaScript frameworks that is executed when the ASPxClientDashboard.DashboardInitializing event is raised.
DashboardStateChanged Gets or sets a function used in JavaScript frameworks that is executed when the ASPxClientDashboard.DashboardStateChanged event is raised.
DashboardTitleToolbarUpdated Gets or sets a function used in JavaScript frameworks that is executed when the ASPxClientDashboard.DashboardTitleToolbarUpdated event is raised.
DynamicLookUpValuesLoaded Gets or sets a function used in JavaScript frameworks that is executed when the ASPxClientDashboard.DynamicLookUpValuesLoaded event is raised.
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.
ItemBeginUpdate Gets or sets a function used in JavaScript frameworks that is executed when the ASPxClientDashboard.ItemBeginUpdate event is raised.
ItemCaptionToolbarUpdated Gets or sets a function used in JavaScript frameworks that is executed when the ASPxClientDashboard.ItemCaptionToolbarUpdated event is raised.
ItemClick Gets or sets a function used in JavaScript frameworks that is executed when the ASPxClientDashboard.ItemClick event is raised.
ItemDrillDownStateChanged Gets or sets a function used in JavaScript frameworks that is executed when the ASPxClientDashboard.ItemDrillDownStateChanged event is raised.
ItemElementCustomColor Gets or sets a function used in JavaScript frameworks that is executed when the ASPxClientDashboard.ItemElementCustomColor event is raised.
ItemEndUpdate Gets or sets a function used in JavaScript frameworks that is executed when the ASPxClientDashboard.ItemEndUpdate event is raised.
ItemMasterFilterStateChanged Gets or sets a function used in JavaScript frameworks that is executed when the ASPxClientDashboard.ItemMasterFilterStateChanged event is raised.
ItemSelectionChanged Gets or sets a function used in JavaScript frameworks that is executed when the ASPxClientDashboard.ItemSelectionChanged event is raised.
ItemVisualInteractivity Gets or sets a function used in JavaScript frameworks that is executed when the ASPxClientDashboard.ItemVisualInteractivity event is raised.
ItemWidgetCreated Gets or sets a function used in JavaScript frameworks that is executed when the ASPxClientDashboard.ItemWidgetCreated event is raised.
ItemWidgetUpdated Gets or sets a function used in JavaScript frameworks that is executed when the ASPxClientDashboard.ItemWidgetUpdated event is raised.
ItemWidgetUpdating Gets or sets a function used in JavaScript frameworks that is executed when the ASPxClientDashboard.ItemWidgetUpdating event is raised.
SelectedTabPageChanged Gets or sets a function used in JavaScript frameworks that is executed when the ASPxClientDashboard.SelectedTabPageChanged event is raised.

Methods

Name Description
Assign(PropertiesBase) Copies the settings from the specified PropertiesBase object to the current object. Inherited from ClientSideEventsBase.
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.
GetClientObjectEvents(IDictionary) For internal use. Inherited from ClientSideEventsBase.
GetEventHandler(String) Returns the specified client event’s handler. Inherited from ClientSideEventsBase.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
IsEmpty() Returns a value that indicates whether no handler is assigned to the available client events. Inherited from ClientSideEventsBase.
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.
SetEventHandler(String, String) Defines a handler for the specified DevExpress client event. Inherited from ClientSideEventsBase.
ToString() Returns an empty string. Inherited from ClientSideEventsBase.
See Also