Skip to main content

ItemCaptionToolbarUpdatedEventArgs Interface

Provides data for the ItemCaptionToolbarUpdated event.

#Declaration

TypeScript
export interface ItemCaptionToolbarUpdatedEventArgs extends DashboardItemBaseEventArgs

#Remarks

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

#Inherited Members

#Inheritance

DashboardItemBaseEventArgs
ItemCaptionToolbarUpdatedEventArgs

#Properties

#options Property

Provides access to the dashboard item caption options.

#Declaration

TypeScript
options: DevExpress.Dashboard.DashboardItemCaptionToolbarOptions

#Property Value

Type Description
DashboardItemCaptionToolbarOptions

An object that contains the dashboard item caption settings.

#Remarks

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