windowsforms-devexpress-dot-xtrabars-dot-navigation-f56b504e.md
Represents a collection of TileNavItem objects.
Namespace : DevExpress.XtraBars.Navigation
Assembly : DevExpress.XtraBars.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
public class TileNavItemCollection :
TileNavElementCollectionBase<TileNavItem>,
IEnumerable<TileNavItem>,
IEnumerable
Public Class TileNavItemCollection
Inherits TileNavElementCollectionBase(Of TileNavItem)
Implements IEnumerable(Of TileNavItem),
IEnumerable
The following members return TileNavItemCollection objects:
The TileNavItemCollection stores TileNavItem objects. This collection can be accessed via the TileNavCategory.Items property.
Object CollectionBase DevExpress.XtraBars.Navigation.TileNavElementCollectionBase<TileNavItem> TileNavItemCollection
See Also