Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TileNavItem.Category Property

Returns a TileNavCategory that owns the current TileNavItem.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v24.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