Version

PagerAppearance Enumeration

Enumeration used for setting the location of the paging labels.
Syntax
'Declaration
 
Public Enum PagerAppearance 
   Inherits System.Enum
public enum PagerAppearance : System.Enum 
Members
MemberDescription
BothWebDataGrid will show the Paging object at the top and bottom of the visible area
BottomWebDataGrid will show the Paging object at the bottom of the visible area
TopWebDataGrid will show the Paging object at the top of the visible area
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, 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