Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1ScrollViewer Class / BottomHeader Property

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