DashboardTitle Class
Represents a dashboard title.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
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.
Inheritance
Object
DashboardTitle
See Also