TileNavItemCollection Class
In This Article
Represents a collection of TileNavItem objects.
Namespace: DevExpress.XtraBars.Navigation
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Related API Members
The following members return TileNavItemCollection objects:
#Remarks
The TileNavItemCollection stores TileNavItem objects. This collection can be accessed via the TileNavCategory.Items property.
#Inheritance
Object
CollectionBase
DevExpress.XtraBars.Navigation.TileNavElementCollectionBase<TileNavItem>
TileNavItemCollection
See Also