CustomizeDashboardTitleTextEventArgs Class
Provides data for the DashboardViewer.CustomizeDashboardTitleText and DashboardDesigner.CustomizeDashboardTitleText events.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.2.Win.dll
Declaration
Remarks
Note
The CustomizeDashboardTitleText events are obsolete, use the DashboardViewer.CustomizeDashboardTitle and DashboardDesigner.CustomizeDashboardTitle events that provide event’s data using the CustomizeDashboardTitleEventArgs class instance.
The CustomizeDashboardTitleText event occurs in the following cases:
- An end-user performs an operation that affects the dashboard state (applies master filtering, performs drill-down or changes the parameter value).
- The dashboard object model is changed in code.
The CustomizeDashboardTitleTextEventArgs.Text event parameter returns the default text specified for the dashboard title (DashboardTitle.Text) and allows you to specify the custom text to be displayed.
Note that changing the CustomizeDashboardTitleTextEventArgs.Text property does not change the title text specified using DashboardTitle.Text.