expressappframework-devexpress-dot-expressapp-dot-systemmodule-0df9b492.md
The Items node defines child navigation items of a particular navigation item.
Namespace : DevExpress.ExpressApp.SystemModule
Assembly : DevExpress.ExpressApp.v25.2.dll
NuGet Package : DevExpress.ExpressApp
public interface IModelNavigationItems :
IModelNode,
IModelList<IModelNavigationItem>,
IList<IModelNavigationItem>,
ICollection<IModelNavigationItem>,
IEnumerable<IModelNavigationItem>,
IEnumerable
Public Interface IModelNavigationItems
Inherits IModelNode,
IModelList(Of IModelNavigationItem),
IList(Of IModelNavigationItem),
ICollection(Of IModelNavigationItem),
IEnumerable(Of IModelNavigationItem),
IEnumerable
The following members return IModelNavigationItems objects:
This interface is a part of the Application Model infrastructure. You do not need to implement this interface in most cases.
The IModelNavigationItems node represents a list of the IModelNavigationItem nodes.
See Also