DashboardTitleToolbarUpdatedEventArgs Interface
Provides data for the DashboardTitleToolbarUpdated event.
Declaration
export interface DashboardTitleToolbarUpdatedEventArgs
Properties
dashboard Property
Gets a dashboard for which the event is raised.
Declaration
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
options: DevExpress.Dashboard.DashboardTitleToolbarOptions
Property Value
Type | Description |
---|---|
DashboardTitleToolbarOptions | An object that contains the dashboard title settings. |