TileNavCategory.OwnerCollection Property
In This Article
Gets the TileNavCategoryCollection that contains the current TileNavCategory.
Namespace: DevExpress.XtraBars.Navigation
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Property Value
Type | Description |
---|---|
Tile |
The Tile |
#Remarks
The OwnerCollection property returns the TileNavCategoryCollection to which the current TileNavCategory belongs. To get the TileNavPane‘s TileNavCategory collection, use the TileNavPane.Categories property.
See Also