Back to Devexpress

IModelNavigationItem Interface

expressappframework-devexpress-dot-expressapp-dot-systemmodule-57b306a3.md

latest2.9 KB
Original Source

IModelNavigationItem Interface

A NavigationItem node defines a ShowNavigationItem Action item displayed in the main Window’s navigation control.

Namespace : DevExpress.ExpressApp.SystemModule

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public interface IModelNavigationItem :
    IModelNode,
    IModelBaseChoiceActionItem,
    IModelToolTip,
    IModelChoiceActionItemChildItemsDisplayStyle
vb
Public Interface IModelNavigationItem
    Inherits IModelNode,
             IModelBaseChoiceActionItem,
             IModelToolTip,
             IModelChoiceActionItemChildItemsDisplayStyle

The following members return IModelNavigationItem objects:

Remarks

This interface is a part of the Application Model infrastructure. You do not need to implement this interface in most cases.

See Also

IModelNavigationItem Members

Application Model (UI Settings Storage)

How the XAF Application Model Works

DevExpress.ExpressApp.SystemModule Namespace