DashboardTitle Class
In This Article
Represents a dashboard title.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
#Related API Members
The following members return DashboardTitle objects:
#Remarks
The dashboard title is displayed at the top of the Dashboard. It can contain image and text data.
Use the DashboardTitle.ImageUrl or DashboardTitle.ImageData property to provide the image to be displayed in the dashboard title.
Use the DashboardTitle.Text property to specify the text displayed in the dashboard title. You can specify the alignment for this text using the DashboardTitle.Alignment property.
See Also