ClassTablePagerSettings
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class TablePagerSettings : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender
Inheritance: objectComponentBaseTablePagerSettings
Derived Classes:
Implements:
Inherited Members
Constructors
TablePagerSettings()
Declaration
public TablePagerSettings()
Properties
Adaptive
Enables responsive design that automatically adjusts pager layout and controls based on screen size for better mobile experience.
ButtonCount
Sets the maximum number of page navigation buttons to display at once. Only applies when InputType is set to Buttons.
InputType
Controls how users navigate between pages. Use Buttons for clickable numbered page buttons with previous/next navigation, or Input for a text input field where users can type specific page numbers.
Declaration
[Parameter]
public PagerInputType InputType { get; set; }
Property Value
PageSizes
Sets the available page size options in the pager dropdown. Users can choose how many items to display per page. Use null values to include an "All" option that shows all items on one page.
Methods
OnParametersSet()
Declaration
protected override void OnParametersSet()
Overrides
SetParametersAsync(ParameterView)
Declaration
public override Task SetParametersAsync(ParameterView parameters)
Parameters
parameters
Returns
Overrides