DesignerToolbarArgs Interface
Contains data for the DesignerToolbarExtensionOptions.onPreparing event.
#Declaration
TypeScript
export interface DesignerToolbarArgs
#Properties
#component Property
#Declaration
TypeScript
component: DevExpress.Dashboard.DashboardControl
#Property Value
Type |
---|
Dashboard |
#dashboard Property
Specifies a dashboard for which the event is raised.
#Declaration
#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
TypeScript
items: Array<DevExpress.Dashboard.Designer.DesignerToolbarItem | string>
#Property Value
Type | Description |
---|---|
string | Designer |
An array of items displayed by the Designer Toolbar. |