Back to Devexpress

DashboardTitleToolbarUpdatedEventArgs Interface

dashboard-js-devexpress-dot-dashboard-1839cbec.md

latest1.0 KB
Original Source

DashboardTitleToolbarUpdatedEventArgs Interface

Provides data for the DashboardTitleToolbarUpdated event.

Declaration

ts
export interface DashboardTitleToolbarUpdatedEventArgs

Properties

dashboard Property

Gets a dashboard for which the event is raised.

Declaration

ts
dashboard: DevExpress.Dashboard.Model.Dashboard

Property Value

TypeDescription
Dashboard

A dashboard for which the event is raised.

|

options Property

Provides access to the dashboard title options.

Declaration

ts
options: DevExpress.Dashboard.DashboardTitleToolbarOptions

Property Value

TypeDescription
DashboardTitleToolbarOptions

An object that contains the dashboard title settings.

|