Property ParentPopups
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
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.