Back to Devexpress

DashboardItemBaseEventArgs Interface

dashboard-js-devexpress-dot-dashboard-5ed6ce2e.md

latest1.8 KB
Original Source

DashboardItemBaseEventArgs Interface

Declaration

ts
export interface DashboardItemBaseEventArgs

Inheritance

DashboardItemBaseEventArgs ItemWidgetBaseEventArgs

ItemElementCustomColorEventArgs

ItemVisualInteractivityEventArgs

ItemClickEventArgs

ItemMasterFilterStateChangedEventArgs

ItemDrillDownStateChangedEventArgs

ItemActionAvailabilityChangedEventArgs

ItemSelectionChangedEventArgs

ItemCaptionToolbarUpdatedEventArgs

Properties

dashboardItem Property

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

Declaration

ts
dashboardItem: DevExpress.Dashboard.Model.DashboardItem

Property Value

TypeDescription
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

ts
itemName: string

Property Value

TypeDescription
string

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

|