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

CustomizeDashboardCaptionBaseEventArgs.Text Property

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

Namespace: DevExpress.DashboardWin

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

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.

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