Table of Contents

Property ParentPopups

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

ParentPopups

Gets an enumerable collection of parent PopupToolBar instances, starting from the immediate parent and traversing up the hierarchy.

[Browsable(false)]
public virtual IEnumerable<PopupToolBar> ParentPopups { get; }

Property Value

IEnumerable<PopupToolBar>

Remarks

This property returns the sequence of parent popups in the hierarchy, with the immediate parent first, followed by its parent, and so on, until no more parents exist.