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.1.dll

Declaration

[TypeConverter(typeof(UniversalCollectionTypeConverter))]
public class TileNavSubItemCollection :
    TileNavElementCollectionBase<TileNavSubItem>,
    IEnumerable<TileNavSubItem>,
    IEnumerable

The following members accept/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