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
#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 |
---|---|
Dashboard |
An object that contains the dashboard title settings. |