Back to Devexpress

DxPivotGrid.ShowPager Property

blazor-devexpress-dot-blazor-dot-dxpivotgrid-083a87d8.md

latest1.5 KB
Original Source

DxPivotGrid.ShowPager Property

Specifies whether to display the pager.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
[DefaultValue(false)]
[Parameter]
public bool ShowPager { get; set; }

Property Value

TypeDefaultDescription
Booleanfalse

true , to show the pager; false , to hide the pager.

|

Remarks

Important

The Pivot Grid was moved to maintenance support mode. No new features/capabilities will be added to this component. We recommend that you migrate to the Pivot Table component.

razor
<DxPivotGrid Data="@largeDataSource" PageSize="5" ShowPager="true">
    ...
</DxPivotGrid>

Use the PageSize property to specify the maximum number of rows a page can display.

To hide the pager, set the ShowPager property to false.

Run Demo: Pivot Grid - Large Data Source

See Also

DxPivotGrid Class

DxPivotGrid Members

DevExpress.Blazor Namespace