Back to Devexpress

TileNavCategory.OwnerCollection Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-tilenavcategory-c993ee52.md

latest2.1 KB
Original Source

TileNavCategory.OwnerCollection Property

Gets the TileNavCategoryCollection that contains the current TileNavCategory.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
TileNavCategoryCollection

The TileNavCategoryCollection object representing the collection of TileNavCategory objects.

|

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

TileNavCategory Class

TileNavCategory Members

DevExpress.XtraBars.Navigation Namespace