Skip to main content

DashboardItemBaseEventArgs Interface

#Declaration

TypeScript
export interface DashboardItemBaseEventArgs

#Properties

#dashboardItem Property

Gets the instance of the dashboard item for which the event was raised.

#Declaration

TypeScript
dashboardItem: DevExpress.Dashboard.Model.DashboardItem

#Property Value

Type Description
DashboardItem

A DashboardItem instance for which the event was raised.

#itemName Property

Gets the component name of the dashboard item for which the event was raised.

#Declaration

TypeScript
itemName: string

#Property Value

Type Description
string

A string value that is the component name of the dashboard item.