Skip to main content
A newer version of this page is available. .

ITileNavButton.OwnerCollection Property

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

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

TileNavButtonCollection OwnerCollection { get; set; }

Property Value

Type Description
TileNavButtonCollection

A TileNavButtonCollection object representing a collection of ITileNavButton objects.

See Also