Skip to main content
A newer version of this page is available. .

CustomizeDashboardTitleTextEventArgs Class

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v19.1.Win.dll

Declaration

public class CustomizeDashboardTitleTextEventArgs :
    EventArgs

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:

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.

Inheritance

Object
EventArgs
CustomizeDashboardTitleTextEventArgs
See Also