CustomizeDashboardCaptionBaseEventArgs.Text Property
Gets or sets the text displayed in the dashboard title or the dashboard item caption.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.2.Win.dll
NuGet Package: DevExpress.Win.Dashboard
#Declaration
#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.