TileNavItem.OwnerCollection Property
Gets the TileNavItemCollection that contains the current TileNavItem.
Namespace: DevExpress.XtraBars.Navigation
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
TileNavItemCollection | The TileNavItemCollection object representing the collection of TileNavItem objects. |
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