Method EnableForDesign
EnableForDesign<TContext>(ref TContext)
Enables the popover for use in design-time scenarios.
public virtual bool EnableForDesign<TContext>(ref TContext targetView) where TContext : notnull
Parameters
targetViewTContextThe target view to associate with the popover.
Returns
Type Parameters
TContextThe type of the target view context.
Remarks
This method creates a default content view for design-time use. Override to provide custom design-time behavior.