Method IsParentPopup
IsParentPopup(PopupToolBar)
Determines whether the specified PopupToolBar is a parent of this popup. This method checks the hierarchy of parent popups using the ParentPopups property.
public virtual bool IsParentPopup(PopupToolBar popup)
Parameters
popupPopupToolBarThe PopupToolBar to check.
Returns
- bool
true if the specified PopupToolBar is a parent popup; otherwise, false.