DashboardItemUpdateArgs Type
In This Article
Provides data for the ItemBeginUpdate and ItemEndUpdate events.
#Declaration
TypeScript
export type DashboardItemUpdateArgs = {
component: DevExpress.Dashboard.DashboardControl;
dashboardId: string;
itemName: string;
}
#Members
Name | Type | Description |
---|---|---|
component | Dashboard |
A Web Dashboard control. |
dashboard |
string | A string value that is the dashboard identifier. |
item |
string | A string value that is the component name of the dashboard item. |
#Remarks
Use the onItemBeginUpdate and onItemEndUpdate handlers to raise the ItemBeginUpdate and ItemEndUpdate events.