Skip to main content

IGrid.PagerPosition Property

Specifies the pager position.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

[DefaultValue(GridPagerPosition.Bottom)]
GridPagerPosition PagerPosition { get; set; }

Property Value

Type Default Description
GridPagerPosition Bottom

A GridPagerPosition enumeration value.

Available values:

Name Description
Bottom

The Grid displays the pager at the bottom.

Top

The Grid displays the pager at the top.

TopAndBottom

The Grid displays the pager at the top and at the bottom.

Remarks

Refer to the PagerPosition property description for more information and an example.

See Also