PagerButtonPosition Enum
In This Article
Lists values that specify the position of the summary text within a pager.
Namespace: DevExpress.AspNetCore
Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll
#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. |
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
See Also