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

In This Topic
    PopupFooter Property
    In This Topic
    Gets or sets the footer of the popup.
    Syntax
    'Declaration
     
    
    Public Property PopupFooter As RenderFragment
    public RenderFragment PopupFooter {get; set;}
    See Also