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

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