Class PagerPosition
The pager position inside a pageable table component.
Inheritance
System.Object
PagerPosition
Namespace: Telerik.Blazor
Assembly: Telerik.Blazor.dll
Syntax
public sealed class PagerPosition : Enum
Fields
Bottom
Default pager position. Positions the pager at the of the pageable table component.
Declaration
public const PagerPosition Bottom
Field Value
PagerPosition
|
Top
Positions the pager at the top of the pageable table component.
Declaration
public const PagerPosition Top
Field Value
PagerPosition
|
value__
Declaration
public int value__
Field Value
System.Int32
|