Click or drag to resize

RowsPerPagePosition Enumeration

Options for positioning datasheet Rows-Per-Page buttons. If available, the button are normally presented at the bottom of the datasheet next to the pager buttons. This can be changed app-wide by setting the datasheet_RowsPerPagePositionDatasheet feature. See DatasheetPagingStyle regarding different datasheet paging styles.

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public enum RowsPerPagePosition
Members
  Member nameValueDescription
Bottom1 The Rows-Per-Page buttons should be presented at the bottom of the datasheet (the default behaviour).
Top2 The Rows-Per-Page buttons should be presented at the top of the datasheet.
Both3 The Rows-Per-Page buttons should be presented both at the bottom, and at the top of the datasheet.
See Also