Skip to main content

PagerPageSizePosition Enum

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

Namespace: DevExpress.AspNetCore

Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.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.

Remarks

IMPORTANT

Bootstrap Controls for ASP.NET Core are in maintenance mode. We don’t add new controls or develop new functionality for this product line. Our recommendation is to use the ASP.NET Core Controls suite.

See Also