Skip to main content
Tab

PagerSettingsEx.Position Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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.

See Also