TileNavItemCollection Class
Represents a collection of TileNavItem objects.
Namespace: DevExpress.XtraBars.Navigation
Assembly: DevExpress.XtraBars.v24.1.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