Skip to main content
A newer version of this page is available. .

TileNavSubItemCollection Class

Represents a collection of TileNavSubItem objects.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

public class TileNavSubItemCollection :
    TileNavElementCollectionBase<TileNavSubItem>,
    IEnumerable<TileNavSubItem>,
    IEnumerable

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