Skip to main content
Tab

ASPxGridPagerSettings.Position Property

Specifies the pager’s position in a grid control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.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