TileNavItem.Category Property
Returns a TileNavCategory that owns the current TileNavItem.
Namespace: DevExpress.XtraBars.Navigation
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
TileNavCategory | A TileNavCategory that owns the current TileNavItem. |
Remarks
TileNavItems are second-level navigation elements contained in a TileNavCategory. Read the Category property to obtain a TileNavCategory that owns the current TileNavItem.
The TileNavItem.SubItems property provides access to the collection of third-level navigation elements (TileNavSubItem objects) that are owned by the current TileNavItem.
See Also