Back to Devexpress

DxGridModel.PagerPosition Property

expressappframework-devexpress-dot-expressapp-dot-blazor-dot-editors-dot-models-dot-dxgridmodel-a1c51d15.md

latest1.7 KB
Original Source

DxGridModel.PagerPosition Property

Specifies the pager position.

Namespace : DevExpress.ExpressApp.Blazor.Editors.Models

Assembly : DevExpress.ExpressApp.Blazor.v25.2.dll

NuGet Package : DevExpress.ExpressApp.Blazor

Declaration

csharp
public GridPagerPosition PagerPosition { get; set; }
vb
Public Property PagerPosition As GridPagerPosition

Property Value

TypeDescription
GridPagerPosition

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

This member is a wrapper for the DxGrid component’s DxGrid.PagerPosition member. Refer to its description for more information.

See Also

DxGridModel Class

DxGridModel Members

DevExpress.ExpressApp.Blazor.Editors.Models Namespace