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

    Contains data for the DesignerToolbarExtensionOptions.onPreparing event.

    Declaration

    export interface DesignerToolbarArgs

    Properties

    component Property

    Declaration

    component: DevExpress.Dashboard.DashboardControl

    Property Value

    Type
    DashboardControl

    dashboard Property

    Specifies a dashboard for which the event is raised.

    Declaration

    dashboard: DevExpress.Dashboard.Model.Dashboard

    Property Value

    Type Description
    Dashboard

    A dashboard model for which the event is raised.

    items Property

    Specifies an array of items displayed by the Designer Toolbar.

    Declaration

    items: Array<DevExpress.Dashboard.Designer.DesignerToolbarItem | string>

    Property Value

    Type Description
    string | DesignerToolbarItem[]

    An array of items displayed by the Designer Toolbar.