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

IModelDashboardNavigationItem Interface

A Navigation Item node that points to a dashboard.

Namespace: DevExpress.ExpressApp.Dashboards

Assembly: DevExpress.ExpressApp.Dashboards.v19.1.dll

Declaration

public interface IModelDashboardNavigationItem :
    IModelNavigationItem,
    IModelNode,
    IModelBaseChoiceActionItem,
    IModelToolTip,
    IModelChoiceActionItemChildItemsDisplayStyle

Remarks

This interface extends the IModelNavigationItem node with the IModelDashboardNavigationItem.DashboardTitle property. You can create the IModelDashboardNavigationItem node in the Model Editor.

DashboardNavigationItem

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