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

Dashboard.Title Property

Provides access to the title settings of the dashboard.

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

public DashboardTitle Title { get; }

Property Value

Type Description
DashboardTitle

A DashboardTitle object that represents the dashboard title.

See Also