Skip to main content

CustomizeDashboardTitleTextEventArgs.Text Property

Gets or sets the text displayed within the dashboard title.

Namespace: DevExpress.DashboardWin

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

NuGet Package: DevExpress.Win.Dashboard

Declaration

public string Text { get; set; }

Property Value

Type Description
String

A String that specifies the text displayed within the dashboard title.

See Also