Skip to main content
A newer version of this page is available. .
Tab

PagerAlign Enum

Lists values that specify the pager’s alignment within a container control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public enum PagerAlign

Members

Name Description
Left

The Pager is aligned to the left side of a container control.

Center

The Pager is centered along the specified side of a container control.

Right

The Pager is aligned to the right of a container control.

Justify

The Pager is aligned to the left and right edges of a container control.

Related API Members

Remarks

Values listed by this enumeration are used to set the ASPxDataViewBase.PagerAlign property’s value.

See Also