PagerButtonPosition Enum
Lists values that specify the position of the summary text within a pager.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Members
Name | Description |
---|---|
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. |
Related API Members
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