ClassTelerikPager
The class for the Telerik Pager component.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class TelerikPager : BaseComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseBaseComponentTelerikPager
Implements:
Inherited Members
Constructors
TelerikPager()
Declaration
public TelerikPager()
Properties
Adaptive
Defines whether pager elements should be changed based on the screen size. Default value is true.
AriaControls
Identifies the element whose contents are controlled by the pager.
Declaration
[Parameter]
public string AriaControls { get; set; }
Property Value
ButtonCount
Defines the page buttons count of the pager. Default value is 10.
InputType
Defines the input type of the pager. Default value is See Buttons.
Declaration
[Parameter]
public PagerInputType InputType { get; set; }
Property Value
Page
Defines the current selected page of the pager. Default value is 1.
PageChanged
Fires when new page is selected.
Declaration
[Parameter]
public EventCallback<int> PageChanged { get; set; }
Property Value
PageSize
Defines the size of the page in the Pager. Default value is 10.
PageSizeChanged
Fires when new page size is selected.
Declaration
[Parameter]
public EventCallback<int> PageSizeChanged { get; set; }
Property Value
PageSizes
Defines the list of available page sizes. Null element will show total elements on one page.
ShowInfo
Defines whether the information about the current page and the total number of records is present. Default value is true.
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides
Dispose()
Declaration
public override void Dispose()
Overrides