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

TileNavCategoryCollection.Owner Property

Gets the TileNavPane that owns the current TileNavCategoryCollection.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public TileNavPane Owner { get; }

Property Value

Type Description
TileNavPane

The TileNavPane that owns the current TileNavCategoryCollection.

See Also