Skip to main content

CustomizeDashboardTitleEventArgs(String, String) Constructor

Initializes a new instance of the CustomizeDashboardTitleEventArgs class.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v23.2.Win.dll

NuGet Package: DevExpress.Win.Dashboard

Declaration

public CustomizeDashboardTitleEventArgs(
    string text,
    string filterText
)

Parameters

Name Type Description
text String

A text to display as the dashboard title text.

filterText String

A text to display as the master filter state.

See Also