Share via


BasePopup.Content Property

Definition

Gets or sets the View content to render in the Popup.

public virtual Xamarin.Forms.View? Content { get; set; }

Property Value

Remarks

The View can be or type: View, ContentPage or NavigationPage

Applies to