DatasheetPagingStyle Enumeration |
Namespace:
NetQuarry.Data
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public enum DatasheetPagingStyle
Public Enumeration DatasheetPagingStyle
Members
| Member name | Value | Description |
---|
| PrevNext | 1 | Paging is supported using Previous/Next icon buttons and, optionally, configurable RowsPerPage links. This is the default paging style. |
| Numeric | 2 | Paging is supported using numeric page number links. |
| LoadMore | 3 | Paging is supported using a Load More button that increases the number of records shown in the list. |
| PrevNextTopAndBottom | 4 |
Paging is supported using Previous/Next icon buttons and, optionally, configurable RowsPerPage links.
In consoles, buttons are placed at top and bottom of datasheet (except in mobile due to restricted real estate).
This style is generally used in conjunction with Both.
|
See Also