Back to Devexpress

IModelRootNavigationItems Interface

expressappframework-devexpress-dot-expressapp-dot-systemmodule-e92f55a9.md

latest2.8 KB
Original Source

IModelRootNavigationItems Interface

The NavigationItems node specifies the navigation structure used by the ShowNavigationItem Action.

Namespace : DevExpress.ExpressApp.SystemModule

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
[ImageName("ModelEditor_Navigation_Items")]
[ModelNodesGenerator(typeof(NavigationItemNodeGenerator))]
public interface IModelRootNavigationItems :
    IModelNode
vb
<ModelNodesGenerator(GetType(NavigationItemNodeGenerator))>
<ImageName("ModelEditor_Navigation_Items")>
Public Interface IModelRootNavigationItems
    Inherits IModelNode

The following members return IModelRootNavigationItems objects:

Remarks

The ShowNavigationItem Action is displayed via the navigation control on the main Window. The navigation control comprises the navigation items. This node defines these items. You can add items by selecting the Add Item menu item in the context menu.

You can add child nodes to the NavigationItems node in code. Use the DefaultClassOptionsAttribute or NavigationItemAttribute attribute for this purpose.

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

To customize the default content of this node, implement a Generator Updater for the NavigationItemNodeGenerator Nodes Generator.

See Also

IModelRootNavigationItems Members

Application Model (UI Settings Storage)

Navigation System

DevExpress.ExpressApp.SystemModule Namespace