IModelDashboardNavigationItem Interface
A Navigation Item node that points to a dashboard.
Namespace: DevExpress.ExpressApp.Dashboards
Assembly: DevExpress.ExpressApp.Dashboards.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Dashboards
Declaration
Remarks
This interface extends the IModelNavigationItem node with the IModelDashboardNavigationItem.DashboardTitle property. You can create the IModelDashboardNavigationItem node in the Model Editor.
Refer to the Create a Predefined Dashboard and Add it to the Navigation topic to see the complete example.
This interface is a part of the Application Model infrastructure. You do not need to implement this interface in most cases.
See Also