Blazor | ComponentOne
C1.Blazor.DataPager Assembly / C1.Blazor.DataPager Namespace / C1DataPager Class / NextTemplate Property

In This Topic
    NextTemplate Property
    In This Topic
    Gets or sets the template of the Next button.
    Syntax
    'Declaration
     
    
    Public Property NextTemplate As RenderFragment(Of C1Style)
    public RenderFragment<C1Style> NextTemplate {get; set;}
    See Also