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

PagerSettingsEx.Position Property

Gets or sets the pager’s position within a paginated control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(PagerPosition.TopAndBottom)]
public virtual PagerPosition Position { get; set; }

Property Value

Type Default Description
PagerPosition **TopAndBottom**

A PagerPosition enumeration value that specifies the position of the pager within a paginated control.

Property Paths

You can access this nested property as listed below:

See Also