Constructor Popover
Popover()
Initializes a new instance of the Popover<TView, TResult> class.
public Popover()
Popover(TView?)
Initializes a new instance of the Popover<TView, TResult> class with the specified content view.
public Popover(TView? contentView)
Parameters
contentViewTViewThe view to host in the popover. If null, a new instance will be created.