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