Skip to main content

TileNavItem.Category Property

Returns a TileNavCategory that owns the current TileNavItem.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public TileNavCategory Category { get; }

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