Skip to main content
A newer version of this page is available. .

TileNavItem.Category Property

Returns a TileNavCategory that owns the current TileNavItem.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v19.1.dll

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