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