Back to Devexpress

IModelDashboardNavigationItem Interface

expressappframework-devexpress-dot-expressapp-dot-dashboards-349196d6.md

latest2.4 KB
Original Source

IModelDashboardNavigationItem Interface

A Navigation Item node that points to a dashboard.

Namespace : DevExpress.ExpressApp.Dashboards

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

NuGet Package : DevExpress.ExpressApp.Dashboards

Declaration

csharp
public interface IModelDashboardNavigationItem :
    IModelNavigationItem,
    IModelNode,
    IModelBaseChoiceActionItem,
    IModelToolTip,
    IModelChoiceActionItemChildItemsDisplayStyle
vb
Public Interface IModelDashboardNavigationItem
    Inherits 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.

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

IModelDashboardNavigationItem Members

DevExpress.ExpressApp.Dashboards Namespace