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.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

public TileNavPane Owner { get; }

Property Value

Type Description
TileNavPane

The TileNavPane that owns the current TileNavCategoryCollection.

See Also