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

PivotGridWebOptionsPager.PagerAlign Property

Gets or sets the pager’s horizontal alignment within the pivot grid.

Namespace: DevExpress.Web.ASPxPivotGrid

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

Declaration

[DefaultValue(PagerAlign.Left)]
public PagerAlign PagerAlign { get; set; }

Property Value

Type Default Description
PagerAlign **Left**

One of the PagerAlign enumeration values.

Available values:

Name Description
Left

The pager is left aligned.

Center

The pager is centered.

Right

The pager is right aligned.

Justify

The pager is justified.

Property Paths

You can access this nested property as listed below:

Object Type Path to PagerAlign
ASPxPivotGrid
.OptionsPager.PagerAlign
MVCxPivotGrid
.OptionsPager.PagerAlign
PivotGridSettings
.OptionsPager.PagerAlign
See Also