Back to Devexpress

IGrid.PagerPosition Property

blazor-devexpress-dot-blazor-dot-igrid-e4d85d03.md

latest1.2 KB
Original Source

IGrid.PagerPosition Property

Specifies the pager position.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

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

Property Value

TypeDefaultDescription
GridPagerPositionBottom

A GridPagerPosition enumeration value.

|

Available values:

NameDescription
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 additional information and an example.

See Also

IGrid Interface

IGrid Members

DevExpress.Blazor Namespace