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

PagerAlign Enum

Specifies the pager’s position within the pivot grid.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public enum PagerAlign

Members

Name Description
Left

The pager is left aligned.

Center

The pager is centered.

Right

The pager is right aligned.

Justify

The pager is justified.

Related API Members

The following properties accept/return PagerAlign values:

Remarks

The PagerAlign enumerator’s values are used to set the PivotGridWebOptionsPager.PagerAlign property.

See Also