Back to Devexpress

DashboardTitle Class

dashboard-devexpress-dot-dashboardcommon-a2e8a779.md

latest1.8 KB
Original Source

DashboardTitle Class

Represents a dashboard title.

Namespace : DevExpress.DashboardCommon

Assembly : DevExpress.Dashboard.v25.2.Core.dll

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public class DashboardTitle
vb
Public Class DashboardTitle

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.

Inheritance

Object DashboardTitle

See Also

DashboardTitle Members

DevExpress.DashboardCommon Namespace