Enum PagerPosition
Specifies the position at which a Radzen Blazor component renders its built-in RadzenPager.
Namespace: Radzen
Assembly: Radzen.Blazor.dll
Syntax
public enum PagerPosition : int
Fields
Name | Description |
---|---|
Bottom | RadzenPager is displayed at the bottom of the component. |
Top | RadzenPager is displayed at the top of the component. |
TopAndBottom | RadzenPager is displayed at the top and at the bottom of the component. |