Back to Devexpress

PagerPageSizePosition Enum

aspnet-devexpress-dot-web-bc0184f1.md

latest1.6 KB
Original Source

PagerPageSizePosition Enum

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum PagerPageSizePosition
vb
Public Enum PagerPageSizePosition

Members

NameDescription
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:

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

Pager

DevExpress.Web Namespace