Click or drag to resize
GridPagerPosition Enumeration
This enumeration defines the possible positions of the pager item

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public enum GridPagerPosition
Members
  Member nameValueDescription
Bottom0 The Pager item will be displayed on the bottom of the grid. (Default value)
Top1The Pager item will be displayed on the top of the grid.
TopAndBottom2 The Pager item will be displayed both on the bottom and on the top of the grid.
See Also