ASPxDashboard Events
A Web Dashboard control, which allows you to create new dashboards from scratch and display them to end-users.
Name | Description |
---|---|
Before |
Allows you to hide specific dashboard items when exporting the entire dashboard. |
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. |
Configure |
Allows you to configure how the dashboard item’s client data is calculated. |
Connection |
Allows you to override the default behavior if data store connection fails with current connection parameters. |
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. |
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). |
Custom |
Enables you to supply any server data that can then be parsed on the client. |
Custom |
Provides the capability to substitute the default palette containing colors used to paint dashboard item elements. |
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. |
Dashboard |
Allows you to add a new dashboard to the dashboard storage at runtime. |
Dashboard |
Allows you to load a dashboard at runtime. |
Dashboard |
Allows you to save a dashboard at runtime. |
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. |
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. |
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. |
Set |
Allows you to specify the initial dashboard state when loading a dashboard. |
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. |
Validate |
Raises when a user requests underlying data from the client and allows you to validate which columns should be returned. |
See Also