Method Hide
Hide(IPopoverView?)
Causes the specified popover to be hidden. If the popover is derived from PopoverImpl, this is the same as setting Visible to false.
public void Hide(IPopoverView? popover = null)
Parameters
popoverIPopoverViewIf null, the active popover will be hidden.