Skip to main content

DashboardTitleToolbarUpdatedEventArgs Interface

Provides data for the DashboardTitleToolbarUpdated event.

#Declaration

TypeScript
export interface DashboardTitleToolbarUpdatedEventArgs

#Properties

#dashboard Property

Gets a dashboard for which the event is raised.

#Declaration

TypeScript
dashboard: DevExpress.Dashboard.Model.Dashboard

#Property Value

Type Description
Dashboard

A dashboard for which the event is raised.

#options Property

Provides access to the dashboard title options.

#Declaration

TypeScript
options: DevExpress.Dashboard.DashboardTitleToolbarOptions

#Property Value

Type Description
DashboardTitleToolbarOptions

An object that contains the dashboard title settings.