Table of Contents

Class _BOBInPagination

Namespace
BlazOrbit.Components
Assembly
BlazOrbit.dll
public class _BOBInPagination : ComponentBase
Inheritance
object
ComponentBase
_BOBInPagination

Constructors

_BOBInPagination()

public _BOBInPagination()

Properties

CurrentPage

CurrentPage.

[Parameter]
public int CurrentPage { get; set; }

Property Value

int

MaxVisiblePages

MaxVisiblePages.

[Parameter]
public int MaxVisiblePages { get; set; }

Property Value

int

OnPageChange

Raised when the PageChange event occurs.

[Parameter]
public EventCallback<int> OnPageChange { get; set; }

Property Value

EventCallback<int>

PageSize

PageSize.

[Parameter]
public int PageSize { get; set; }

Property Value

int

ShowInfo

When true, the Info is shown.

[Parameter]
public bool ShowInfo { get; set; }

Property Value

bool

TotalItems

TotalItems.

[Parameter]
public int TotalItems { get; set; }

Property Value

int

TotalPages

TotalPages.

[Parameter]
public int TotalPages { get; set; }

Property Value

int

Methods

BuildRenderTree(RenderTreeBuilder)

Renders the component to the supplied Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder.

protected override void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder RenderTreeBuilder