Skip to main content

CustomizeDashboardCaptionBaseEventArgs.Text Property

Gets or sets the text displayed in the dashboard title or the dashboard item caption.

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 is the text displayed in the dashboard title or in the dashboard item caption.

Remarks

For the dashboard title, when the DashboardViewer.CustomizeDashboardTitle or DashboardDesigner.CustomizeDashboardTitle event occurs, the Text property value equals the DashboardTitle.Text property value.

CustomizeDashboardCaptionBaseEventArgs.Text

For the dashboard item caption, when the DashboardViewer.CustomizeDashboardItemCaption or DashboardDesigner.CustomizeDashboardItemCaption event occurs, the Text property value provides the text displayed in the dashboard item caption.

See Also