Property Target
Target
Gets or sets a weak reference to the target view that owns this popover. Used for command bubbling and automatic hiding when the target loses focus.
WeakReference<View>? Target { get; set; }
Gets or sets a weak reference to the target view that owns this popover. Used for command bubbling and automatic hiding when the target loses focus.
WeakReference<View>? Target { get; set; }