Enum PagerPosition
- Namespace
- Radzen
- Assembly
- Radzen.Blazor.dll
Specifies the position at which a Radzen Blazor component renders its built-in RadzenPager.
[Flags]
public enum PagerPosition
- Extension Methods
Fields
Bottom = 2
RadzenPager is displayed at the bottom of the component.
Top = 1
RadzenPager is displayed at the top of the component.
TopAndBottom = Top | Bottom
RadzenPager is displayed at the top and at the bottom of the component.