C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / PagerPosition Enumeration

PagerPosition Enumeration
Specifies the position of the pager.
Syntax
'Declaration
 
Public Enum PagerPosition 
   Inherits System.Enum
 
Members
MemberDescription
BottomA pager positioned at the bottom of the control.
TopA pager positioned at the top of the control.
TopAndBottomPagers positioned at both the top and the bottom of the control.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Web.Wijmo.Controls.C1GridView.PagerPosition

See Also