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.v18.2.dll

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.

Property Paths

You can access this nested property as listed below:

See Also