DashboardItemBaseEventArgs Interface
#Declaration
TypeScript
export interface DashboardItemBaseEventArgs
#Inheritance
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 |
---|---|
Dashboard |
A Dashboard |
#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. |