Back to Devexpress

PagerButtonPosition Enum

aspnet-devexpress-dot-web-89e03b08.md

latest1.6 KB
Original Source

PagerButtonPosition Enum

Lists values that specify the position of the summary text within a pager.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum PagerButtonPosition
vb
Public Enum PagerButtonPosition

Members

NameDescription
Left

The summary is displayed to the left of a pager’s contents.

| | Right |

The summary is displayed to the right of a pager’s contents.

| | Inside |

The summary is displayed inside a pager’s contents.

|

The following properties accept/return PagerButtonPosition values:

Remarks

Values listed by this enumeration are used to set the SummaryProperties.Position property’s value.

See Also

Position

Pager

DevExpress.Web Namespace