Skip to main content
All docs
V25.1
  • ItemCaptionToolbarUpdatedEventArgs Interface

    Provides data for the ItemCaptionToolbarUpdated event.

    Declaration

    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

    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.