aspnet-devexpress-dot-web-bc0184f1.md
Specifies the position of the page size item within a pager.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public enum PagerPageSizePosition
Public Enum PagerPageSizePosition
| 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.
|
The following properties accept/return PagerPageSizePosition values:
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