ComponentOne InputPanel for WPF
C1.WPF.InputPanel.4.5.2 Assembly / C1.WPF.InputPanel Namespace / PagerDisplayMode Enumeration

In This Topic
    PagerDisplayMode Enumeration
    In This Topic
    Specifies how page controls are displayed on the C1DataPager control.
    Syntax
    'Declaration
     
    Public Enum PagerDisplayMode 
       Inherits System.Enum
    public enum PagerDisplayMode : System.Enum 
    Members
    MemberDescription
    FirstLastNumericShows the First and Last buttons, and the numeric display.
    FirstLastPreviousNextShows the First, Last, Previous, and Next buttons.
    FirstLastPreviousNextNumericShows the First, Last, Previous, and Next buttons, and the numeric display.
    NumericShows the numeric display.
    PreviousNextShows the Previous and Next buttons.
    PreviousNextNumericShows the Previous and Next buttons, and the numeric display.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.WPF.InputPanel.PagerDisplayMode

    See Also