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

PagerPageSizePosition Enum

Specifies the position of the page size item within a pager.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public enum PagerPageSizePosition

Members

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.

Related API Members

The following properties accept/return PagerPageSizePosition values:

Remarks

The PagerPageSizePosition enumerator contains values specifying the position of a page size item within a pager. The values of this enumerator are used to set the PageSizeItemSettings.Position property.

See Also