Skip to main content

DashboardItemUpdateArgs Type

Provides data for the ItemBeginUpdate and ItemEndUpdate events.

Declaration

export type DashboardItemUpdateArgs = {
    component: DevExpress.Dashboard.DashboardControl;
    dashboardId: string;
    itemName: string;
}

Members

Name Type Description
component DashboardControl

A Web Dashboard control.

dashboardId string

A string value that is the dashboard identifier.

itemName 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.