MVCxDashboard Events
An ASP.NET MVC equivalent of the ASPxDashboard control.Name | Description |
---|---|
BeforeExportDocument | Allows you to hide specific dashboard items when exporting the entire dashboard. Inherited from ASPxDashboard. |
CallbackError static | 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 ASPxWebControl. |
ConfigureDataConnection | Allows you to customize connection settings before the ASPxDashboard connects to a data store (database, OLAP cube, etc.). Inherited from ASPxDashboard. |
ConfigureDataReloadingTimeout | 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 ASPxDashboard. |
ConfigureItemDataCalculation | Allows you to configure how the dashboard item’s client data is calculated. Inherited from ASPxDashboard. |
ConnectionError | Allows you to override the default behavior if data store connection fails with current connection parameters. Inherited from ASPxDashboard. |
CustomAssemblyLoading | Occurs before a custom assembly is loaded for use as DashboardEFDataSource. Inherited from ASPxDashboard. |
CustomDataCallback | Fires when a round trip to the server has been initiated by a call to the client ASPxClientDashboard.PerformDataCallback method. Inherited from ASPxDashboard. |
CustomExport | Allows you to customize the exported document. Inherited from ASPxDashboard. |
CustomFilterExpression | Allows you to include WHERE clauses into DashboardSqlDataSource queries. Inherited from ASPxDashboard. |
CustomizeExportDocument | Allows you to customize the stream containing the resulting document (such as PDF, Image, or Excel). Inherited from ASPxDashboard. |
CustomJSProperties | Enables you to supply any server data that can then be parsed on the client. Inherited from ASPxDashboard. |
CustomPalette | Provides the capability to substitute the default palette containing colors used to paint dashboard item elements. Inherited from ASPxDashboard. |
CustomParameters | 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 ASPxDashboard. |
DashboardAdding | Allows you to add a new dashboard to the dashboard storage at runtime. Inherited from ASPxDashboard. |
DashboardLoading | Allows you to load a dashboard at runtime. Inherited from ASPxDashboard. |
DashboardSaving | Allows you to save a dashboard at runtime. Inherited from ASPxDashboard. |
DataBinding | Occurs when the server control binds to a data source. Inherited from Control. |
DataLoading | Allows you to provide data for the DashboardObjectDataSource. Inherited from ASPxDashboard. |
DataSourceCacheKeyCreated | Occurs when a data source cache key is created. Allows you to manage cache granularity. Inherited from ASPxDashboard. |
Disposed | Occurs when a server control is released from memory, which is the last stage of the server control lifecycle when an ASP.NET page is requested. Inherited from Control. |
ExcelDataSourceBeforeFill | Provides the capability to change options used to extract data from Microsoft Excel workbooks (XLS, XLSX or XLSM files) or CSV files. Inherited from ASPxDashboard. |
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. |
PreRender | Occurs after the Control object is loaded but prior to rendering. Inherited from Control. |
RequestDashboardIDs | Allows you to specify dashboards available in the dashboard storage. Inherited from ASPxDashboard. |
SetInitialDashboardState | Allows you to specify the initial dashboard state when loading a dashboard. Inherited from ASPxDashboard. |
Unload | Occurs when the server control is unloaded from memory. Inherited from Control. |
ValidateDashboardCustomSqlQuery | Provides the capability to check the validity of the custom SQL query used to supply the dashboard with data. Inherited from ASPxDashboard. |
ValidateUnderlyingDataColumns | Raises when a user requests underlying data from the client and allows you to validate which columns should be returned. Inherited from ASPxDashboard. |
See Also