ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / PagerPosition Enumeration

In This Topic
    PagerPosition Enumeration
    In This Topic
    Specifies the position of the pager.
    Syntax
    'Declaration
     
    Public Enum PagerPosition 
       Inherits System.Enum
    public enum PagerPosition : 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