IGrid.PagerPosition Property
In This Article
Specifies the pager position.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
[DefaultValue(GridPagerPosition.Bottom)]
GridPagerPosition PagerPosition { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Grid |
Bottom | A Grid |
Available values:
Name | Description |
---|---|
Bottom | The Grid displays the pager at the bottom. |
Top | The Grid displays the pager at the top. |
Top |
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