Back to Devexpress

TileNavItem.Category Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-tilenavitem-1ecdbd08.md

latest2.2 KB
Original Source

TileNavItem.Category Property

Returns a TileNavCategory that owns the current TileNavItem.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public TileNavCategory Category { get; }
vb
<Browsable(False)>
Public ReadOnly Property Category As TileNavCategory

Property Value

TypeDescription
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

SubItems

TileNavItem Class

TileNavItem Members

DevExpress.XtraBars.Navigation Namespace