TileNavItem.OwnerCollection Property
In This Article
Gets the TileNavItemCollection that contains the current TileNavItem.
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 TileNavItemCollection to which the current TileNavItem belongs. To get the TileNavCategory‘s TileNavItem collection, use the TileNavCategory.Items property.
See Also