Skip to main content

TileNavCategoryCollection.Owner Property

Gets the TileNavPane that owns the current TileNavCategoryCollection.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public TileNavPane Owner { get; }

Property Value

Type Description
TileNavPane

The TileNavPane that owns the current TileNavCategoryCollection.

See Also