Skip to main content
A newer version of this page is available. .
Tab

ASPxGridPagerSettings.Position Property

Specifies the pager’s position in a grid control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v21.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(PagerPosition.Bottom)]
public override PagerPosition Position { get; set; }

Property Value

Type Default Description
PagerPosition Bottom

One of the PagerPosition enumeration values that specifies the position of the pager.

See Also