Blazor | ComponentOne
C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / C1Window Class / PopupContent Property

In This Topic
    PopupContent Property (C1Window)
    In This Topic
    Gets or sets the content of the popup.
    Syntax
    'Declaration
     
    
    Public Property PopupContent As RenderFragment
    public RenderFragment PopupContent {get; set;}
    See Also