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

ASPxImageGallery.PagerAlign Property

Gets or sets the pager’s alignment.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
PagerAlign **Justify**

A PagerAlign enumeration value that specifies the pager’s alignment.

Available values:

Name Description
Left

The Pager is aligned to the left side of a container control.

Center

The Pager is centered along the specified side of a container control.

Right

The Pager is aligned to the right of a container control.

Justify

The Pager is aligned to the left and right edges of a container control.

See Also