MVCxDashboard Events
An ASP.NET MVC equivalent of the ASPxDashboard control.
Name | Description |
---|---|
Before |
Allows you to hide specific dashboard items when exporting the entire dashboard.
Inherited from ASPx |
Callback |
Allows you to handle any server exception that might occur during server-side processing of a callback sent by a DevExpress web control.
Inherited from ASPx |
Configure |
Allows you to customize connection settings before the ASPx |
Configure |
Allows you to set a time interval that specifies how frequently the Web Dashboard should refill its in-memory cache when a user sends a data request.
Inherited from ASPx |
Configure |
Allows you to configure how the dashboard item’s client data is calculated.
Inherited from ASPx |
Connection |
Allows you to override the default behavior if data store connection fails with current connection parameters.
Inherited from ASPx |
Custom |
Occurs before a custom assembly is loaded for use as Dashboard |
Custom |
Fires when a round trip to the server has been initiated by a call to the client ASPx |
Custom |
Allows you to customize the exported document.
Inherited from ASPx |
Custom |
Allows you to include WHERE clauses into Dashboard |
Customize |
Allows you to customize the stream containing the resulting document (such as PDF, Image, or Excel).
Inherited from ASPx |
Custom |
Enables you to supply any server data that can then be parsed on the client.
Inherited from ASPx |
Custom |
Provides the capability to substitute the default palette containing colors used to paint dashboard item elements.
Inherited from ASPx |
Custom |
Occurs before data is loaded from the data store and allows you to change parameter values before they are passed to a data query.
Inherited from ASPx |
Dashboard |
Allows you to add a new dashboard to the dashboard storage at runtime.
Inherited from ASPx |
Dashboard |
Allows you to load a dashboard at runtime.
Inherited from ASPx |
Dashboard |
Allows you to save a dashboard at runtime.
Inherited from ASPx |
Data |
Occurs when the server control binds to a data source. Inherited from Control. |
Data |
Allows you to provide data for the Dashboard |
Data |
Occurs when a data source cache key is created. Allows you to manage cache granularity.
Inherited from ASPx |
Disposed |
Occurs when a server control is released from memory, which is the last stage of the server control lifecycle when an ASP. |
Excel |
Provides the capability to change options used to extract data from Microsoft Excel workbooks (XLS, XLSX or XLSM files) or CSV files.
Inherited from ASPx |
Init | Occurs when the server control is initialized, which is the first step in its lifecycle. Inherited from Control. |
Load | Occurs when the server control is loaded into the Page object. Inherited from Control. |
Pre |
Occurs after the Control object is loaded but prior to rendering. Inherited from Control. |
Request |
Allows you to specify dashboards available in the dashboard storage.
Inherited from ASPx |
Set |
Allows you to specify the initial dashboard state when loading a dashboard.
Inherited from ASPx |
Unload | Occurs when the server control is unloaded from memory. Inherited from Control. |
Validate |
Provides the capability to check the validity of the custom SQL query used to supply the dashboard with data.
Inherited from ASPx |
Validate |
Raises when a user requests underlying data from the client and allows you to validate which columns should be returned.
Inherited from ASPx |
See Also