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

DashboardTitle Class

Represents a dashboard title.

Namespace: DevExpress.DashboardCommon

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

Declaration

public class DashboardTitle

Remarks

The dashboard title is displayed at the top of the Dashboard. It can contain image and text data.

DashboardTitleArea

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