ContentTemplate Property
ContentTemplate
Gets or sets the DataTemplate used to create the popup content.
Declaration
[Parameter]
public RenderFragment<object> ContentTemplate { get; set; }
<Parameter>
Public Property ContentTemplate As RenderFragment(Of Object)