Skip to main content

TileNavItemCollection Class

Represents a collection of TileNavItem objects.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public class TileNavItemCollection :
    TileNavElementCollectionBase<TileNavItem>,
    IEnumerable<TileNavItem>,
    IEnumerable

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