Skip to main content

NavBarControl.Items Property

Namespace: DevExpress.Xpf.NavBar

Assembly: DevExpress.Xpf.NavBar.v14.2.dll

#Declaration

public IEnumerable<INavigationItem> Items { get; }

#Property Value

Type
IEnumerable<DevExpress.Xpf.Core.INavigationItem>

#Implements

DevExpress.Xpf.Core.INavigatorClient.Items
See Also