Back to Devexpress

PagerAlign Enum

aspnet-devexpress-dot-web-dot-aspxpivotgrid-036e11b2.md

latest1.2 KB
Original Source

PagerAlign Enum

Specifies the pager’s position within the pivot grid.

Namespace : DevExpress.Web.ASPxPivotGrid

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

NuGet Package : DevExpress.Web

Declaration

csharp
public enum PagerAlign
vb
Public Enum PagerAlign

Members

NameDescription
Left

The pager is left aligned.

| | Center |

The pager is centered.

| | Right |

The pager is right aligned.

| | Justify |

The pager is justified.

|

The following properties accept/return PagerAlign values:

Remarks

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

See Also

DevExpress.Web.ASPxPivotGrid Namespace