ItemCaptionToolbarUpdatedEventArgs Interface
In This Article
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.
#Inheritance
DashboardItemBaseEventArgs
ItemCaptionToolbarUpdatedEventArgs
#Properties
#options Property
Provides access to the dashboard item caption options.
#Declaration
TypeScript
options: DevExpress.Dashboard.DashboardItemCaptionToolbarOptions
#Property Value
Type | Description |
---|---|
Dashboard |
An object that contains the dashboard item caption settings. |
#Remarks
Use the e.dashboardItem and e.itemName properties to identify the dashboard item.