Class PagerPosition
Specifies the position of the pager in the Pivot Table.
Inheritance
System.Object
PagerPosition
Namespace: Syncfusion.Blazor.PivotView
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class PagerPosition : Enum
Fields
Bottom
The pager will be displayed at the bottom of the Pivot Table.
Declaration
public const PagerPosition Bottom
Field Value
Type |
---|
PagerPosition |
Top
The pager will be displayed at the top of the Pivot Table.
Declaration
public const PagerPosition Top
Field Value
Type |
---|
PagerPosition |