Skip to main content
Tab

PagerPageSizePosition Enum

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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