Back to Devexpress

ITileNavButton.OwnerCollection Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-itilenavbutton-689a62ef.md

latest1.5 KB
Original Source

ITileNavButton.OwnerCollection Property

Gets or sets the TileNavButtonCollection object that owns the current ITileNavButton.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
TileNavButtonCollection OwnerCollection { get; set; }
vb
Property OwnerCollection As TileNavButtonCollection

Property Value

TypeDescription
TileNavButtonCollection

A TileNavButtonCollection object representing a collection of ITileNavButton objects.

|

See Also

ITileNavButton Interface

ITileNavButton Members

DevExpress.XtraBars.Navigation Namespace