PagerAlign Enum
Specifies the pager’s position within the pivot grid.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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