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

TileNavItemCollection.Category Property

Gets the TileNavCategory that owns the current TileNavItemCollection.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public TileNavCategory Category { get; }

Property Value

Type Description
TileNavCategory

The TileNavCategory that owns the current TileNavItemCollection.

See Also