PivotGridWebOptionsPager.PagerAlign Property
Gets or sets the pager’s horizontal alignment within the pivot grid.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
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:
| Library | Object Type | Path to PagerAlign |
|---|---|---|
| ASP.NET MVC Extensions | PivotGridSettings |
|
| ASP.NET Web Forms Controls | ASPxPivotGrid |
|
See Also