Class PagerInputType
Controls the type of the pager. You can choose between numeric buttons and input.
Inheritance
System.Object
PagerInputType
Namespace: Telerik.Blazor
Assembly: Telerik.Blazor.dll
Syntax
public sealed class PagerInputType : Enum
Fields
Buttons
Pages are controlled with numeric buttons.
Declaration
public const PagerInputType Buttons
Field Value
PagerInputType
|
Input
Pages are controlled with direct input.
Declaration
public const PagerInputType Input
Field Value
PagerInputType
|
value__
Declaration
public int value__
Field Value
System.Int32
|