Back to Devexpress

ItemCaptionToolbarUpdatedEventArgs Interface

dashboard-js-devexpress-dot-dashboard-10342ceb.md

latest1.9 KB
Original Source

ItemCaptionToolbarUpdatedEventArgs Interface

Provides data for the ItemCaptionToolbarUpdated event.

Declaration

ts
export interface ItemCaptionToolbarUpdatedEventArgs extends DashboardItemBaseEventArgs

Remarks

Use the e.dashboardItem and e.itemName properties to identify the dashboard item.

Inherited Members

dashboardItem

itemName

Inheritance

DashboardItemBaseEventArgs ItemCaptionToolbarUpdatedEventArgs

Properties

options Property

Provides access to the dashboard item caption options.

Declaration

ts
options: DevExpress.Dashboard.DashboardItemCaptionToolbarOptions

Property Value

TypeDescription
DashboardItemCaptionToolbarOptions

An object that contains the dashboard item caption settings.

|

Remarks

Use the e.dashboardItem and e.itemName properties to identify the dashboard item.