Skip to main content
Tab

PageSizeItemSettings.Position Property

Gets or sets the Page Size Item element’s position within a pager.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(PagerPageSizePosition.Right)]
public PagerPageSizePosition Position { get; set; }

Property Value

Type Default Description
PagerPageSizePosition Right

One of the PagerPageSizePosition enumeration values.

Available values:

Name Description
Left

The page size item element is displayed on the left side of the pager.

Right

The page size item element is displayed on the right side of the pager.

Property Paths

You can access this nested property as listed below:

Object Type Path to Position
ASPxPagerBase
PagerSettingsEx
See Also