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

In This Topic
    PageNumberTemplate Property
    In This Topic
    Gets or sets the template of the page number button.
    Syntax
    'Declaration
     
    
    Public Property PageNumberTemplate As RenderFragment(Of Integer)
    public RenderFragment<int> PageNumberTemplate {get; set;}
    See Also