Property ContentView
ContentView
Gets or sets the content view hosted by this popover.
public TView? ContentView { get; set; }
Property Value
- TView
Remarks
The content view is added as a subview and commands from it are bridged to this popover via a CommandBridge.
When set, the previous content view (if any) is removed and disposed. Event subscriptions are updated accordingly.