Back to Devexpress

PagerAlign Enum

aspnet-devexpress-dot-web-770cf5f7.md

latest1.8 KB
Original Source

PagerAlign Enum

Lists values that specify the pager’s alignment within a container control.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum PagerAlign
vb
Public Enum PagerAlign

Members

NameDescription
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.

|

The following properties accept/return PagerAlign values:

LibraryRelated API Members
ASP.NET Web Forms ControlsASPxDataViewBase.PagerAlign
ASPxImageGallery.PagerAlign
ASPxNewsControl.PagerAlign
ASP.NET MVC ExtensionsDataViewSettingsBase.PagerAlign

Remarks

Values listed by this enumeration are used to set the ASPxDataViewBase.PagerAlign property’s value.

See Also

PagerAlign

DataView

DevExpress.Web Namespace