windowsforms-devexpress-dot-xtrabars-dot-navigation-5f20f864.md
Represents a collection of TileNavCategory objects.
Namespace : DevExpress.XtraBars.Navigation
Assembly : DevExpress.XtraBars.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
public class TileNavCategoryCollection :
TileNavElementCollectionBase<TileNavCategory>,
IEnumerable<TileNavCategory>,
IEnumerable
Public Class TileNavCategoryCollection
Inherits TileNavElementCollectionBase(Of TileNavCategory)
Implements IEnumerable(Of TileNavCategory),
IEnumerable
The following members return TileNavCategoryCollection objects:
The TileNavCategoryCollection class stores TileNavCategory objects. This collection can be accessed via the TileNavPane.Categories property.
Object CollectionBase DevExpress.XtraBars.Navigation.TileNavElementCollectionBase<TileNavCategory> TileNavCategoryCollection
See Also