Back to Devexpress

TileNavItem.OwnerCollection Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-tilenavitem-4dc9be01.md

latest2.1 KB
Original Source

TileNavItem.OwnerCollection Property

Gets the TileNavItemCollection that contains the current TileNavItem.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public TileNavItemCollection OwnerCollection { get; set; }
vb
<Browsable(False)>
Public Property OwnerCollection As TileNavItemCollection

Property Value

TypeDescription
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

Items

TileNavItem Class

TileNavItem Members

DevExpress.XtraBars.Navigation Namespace