Skip to main content

TileNavItemCollection.Category Property

Gets the TileNavCategory that owns the current TileNavItemCollection.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v24.2.dll

Declaration

public TileNavCategory Category { get; }

Property Value

Type Description
TileNavCategory

The TileNavCategory that owns the current TileNavItemCollection.

See Also