Skip to main content
.NET 6.0+

IModelDashboardNavigationItem.DashboardTitle Property

Specifies the title of dashboard associated with the current navigation item.

Namespace: DevExpress.ExpressApp.Dashboards

Assembly: DevExpress.ExpressApp.Dashboards.v23.2.dll

Declaration

string DashboardTitle { get; set; }

Property Value

Type Description
String

A string which is the dashboard title.

Remarks

You can change the DashboardTitle value in the Model Editor.

DashboardTitle

Refer to the Create a Predefined Dashboard and Add it to the Navigation topic to see the example of using this property.

See Also