DashboardUpdateArgs Type
Provides data for the DashboardBeginUpdate and DashboardEndUpdate events.
Declaration
export type DashboardUpdateArgs = {
component: DevExpress.Dashboard.DashboardControl;
dashboardId: string;
}
Members
| Name | Type | Description |
|---|---|---|
| component | DashboardControl | A Web Dashboard control. |
| dashboardId | string | A string value that is the dashboard identifier. |
Remarks
Use the onDashboardBeginUpdate and onDashboardEndUpdate handlers to raise the DashboardBeginUpdate and DashboardEndUpdate events.