Skip to main content

Dashboard.Title Property

Provides access to the title settings of the dashboard.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public DashboardTitle Title { get; }

Property Value

Type Description
DashboardTitle

A DashboardTitle object that represents the dashboard title.

See Also