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

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