[]
        
(Showing Draft Content)

C1.WPF.InputPanel.PagerDisplayMode

PagerDisplayMode Enum

Specifies how page controls are displayed on the C1DataPager control.

Namespace: C1.WPF.InputPanel
Assembly: C1.WPF.InputPanel.4.6.2.dll
Syntax
public enum PagerDisplayMode

Fields

Name Description
FirstLastNumeric

Shows the First and Last buttons, and the numeric display.

FirstLastPreviousNext

Shows the First, Last, Previous, and Next buttons.

FirstLastPreviousNextNumeric

Shows the First, Last, Previous, and Next buttons, and the numeric display.

Numeric

Shows the numeric display.

PreviousNext

Shows the Previous and Next buttons.

PreviousNextNumeric

Shows the Previous and Next buttons, and the numeric display.