Skip to main content

PagerButtonPosition Enum

Lists values that specify the position of the summary text within a pager.

Namespace: DevExpress.AspNetCore

Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll

Declaration

public enum PagerButtonPosition

Members

Name Description
Left

The summary is displayed to the left of a pager’s contents.

PageButtonPosition_Left

Right

The summary is displayed to the right of a pager’s contents.

PageButtonPosition_Right

Inside

The summary is displayed inside a pager’s contents.

PageButtonPosition_Inside

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