Skip to main content

DashboardItemBaseEventArgs Interface

Declaration

export interface DashboardItemBaseEventArgs

Properties

dashboardItem Property

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

Declaration

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

itemName: string

Property Value

Type Description
string

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