Skip to main content
Tab

PagerButtonPosition Enum

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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

Related API Members

The following properties accept/return PagerButtonPosition values:

Remarks

Values listed by this enumeration are used to set the SummaryProperties.Position property’s value.

See Also