Back to Devexpress

TileNavItemCollection Class

windowsforms-devexpress-dot-xtrabars-dot-navigation-f56b504e.md

latest2.0 KB
Original Source

TileNavItemCollection Class

Represents a collection of TileNavItem objects.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public class TileNavItemCollection :
    TileNavElementCollectionBase<TileNavItem>,
    IEnumerable<TileNavItem>,
    IEnumerable
vb
Public Class TileNavItemCollection
    Inherits TileNavElementCollectionBase(Of TileNavItem)
    Implements IEnumerable(Of 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

TileNavItemCollection Members

Items

DevExpress.XtraBars.Navigation Namespace