Class TablePagerSettings
Inheritance
System.Object
TablePagerSettings
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class TablePagerSettings : ComponentBase, IPagerSettings
Constructors
TablePagerSettings()
Declaration
public TablePagerSettings()
Properties
Adaptive
Defines whether pager elements should be changed based on the screen size.
Declaration
public bool Adaptive { get; set; }
Property Value
System.Boolean
|
ButtonCount
Defines the page button count of the pager.
Declaration
public int ButtonCount { get; set; }
Property Value
System.Int32
|
InputType
Defines the input type of the pager.
Declaration
public PagerInputType InputType { get; set; }
Property Value
PagerInputType
|
PageSizes
Defines the list of available page sizes. Null element will show total elements on one page.
Declaration
public List<Nullable<int>> PageSizes { get; set; }
Property Value
System.Collections.Generic.List<System.Nullable<System.Int32>>
|
Position
Methods
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
System.Threading.Tasks.Task
|
OnParametersSet()
Declaration
protected override void OnParametersSet()
SetParametersAsync(ParameterView)
Declaration
public override Task SetParametersAsync(ParameterView parameters)
Parameters
Microsoft.AspNetCore.Components.ParameterView
parameters
|
Returns
System.Threading.Tasks.Task
|