ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Pager Namespace / PagerMode Enumeration

In This Topic
    PagerMode Enumeration
    In This Topic
    Determines the pager mode.
    Syntax
    'Declaration
     
    Public Enum PagerMode 
       Inherits System.Enum
    public enum PagerMode : System.Enum 
    Members
    MemberDescription
    NextPreviousA set of pagination controls consisting of Previous and Next buttons.
    NextPreviousFirstLastA set of pagination controls consisting of Previous, Next, First and Last buttons.
    NumericA set of pagination controls consisting of numbered link buttons to access pages directly.
    NumericFirstLastA set of pagination controls consisting of numbered and First and Last link buttons.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Web.Wijmo.Controls.C1Pager.PagerMode

    See Also