Skip to main content

TileNavItemCollection.Category Property

Gets the TileNavCategory that owns the current TileNavItemCollection.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public TileNavCategory Category { get; }

Property Value

Type Description
TileNavCategory

The TileNavCategory that owns the current TileNavItemCollection.

See Also