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

NewsControlPagerSettings.Position Property

Gets or sets the pager’s position within an ASPxNewsControl.

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.

Property Paths

You can access this nested property as listed below:

Object Type Path to Position
ASPxNewsControl
.PagerSettings .Position
See Also