Click or drag to resize

DatasheetPagingStyle Enumeration

Paging styles supported by the datasheet. This can be changed app-wide by setting the datasheet_PagingStyle See RowsPerPagePosition regarding positioning of Row Per Page buttons.

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public enum DatasheetPagingStyle
Members
  Member nameValueDescription
PrevNext1Paging is supported using Previous/Next icon buttons and, optionally, configurable RowsPerPage links. This is the default paging style.
Numeric2Paging is supported using numeric page number links.
LoadMore3Paging is supported using a Load More button that increases the number of records shown in the list.
PrevNextTopAndBottom4 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