IModelDashboardNavigationItem.DashboardTitle Property
Specifies the title of dashboard associated with the current navigation item.
Namespace: DevExpress.ExpressApp.Dashboards
Assembly: DevExpress.ExpressApp.Dashboards.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Dashboards
Declaration
Property Value
Type | Description |
---|---|
String | A string which is the dashboard title. |
Remarks
You can change the DashboardTitle value in the Model Editor.
Refer to the Create a Predefined Dashboard and Add it to the Navigation topic to see the example of using this property.
See Also