Intersoft ClientUI Documentation
PagerDisplayMode Enumeration



Specifies how the page controls are displayed on a UXDataPager control.
Syntax
Public Enum PagerDisplayMode 
   Inherits System.Enum
Dim instance As PagerDisplayMode
public enum PagerDisplayMode : System.Enum 
public enum class PagerDisplayMode : public System.Enum 
Members
MemberDescription
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.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Intersoft.Client.UI.Data.PagerDisplayMode

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Intersoft.Client.UI.Data Namespace

Send Feedback