TileNavSubItemCollection Class
Represents a collection of TileNavSubItem objects.
Namespace: DevExpress.XtraBars.Navigation
Assembly: DevExpress.XtraBars.v24.2.dll
Declaration
Related API Members
The following members return TileNavSubItemCollection objects:
Remarks
The TileNavSubItemCollection class stores TileNavSubItem objects. This collection can be accessed via the TileNavItem.SubItems property.
Inheritance
Object
CollectionBase
DevExpress.XtraBars.Navigation.TileNavElementCollectionBase<TileNavSubItem>
TileNavSubItemCollection
See Also