RadGrid for ASP.NET

RadGrid Send comments on this topic.
GridPagerPosition Enumeration
See Also  
Telerik.WebControls Namespace : GridPagerPosition Enumeration


This enumeration defines the possible positions of the pager item 

 

Namespace: Telerik.WebControls
Assembly: RadGrid (in RadGrid.dll)

Syntax

Visual Basic (Declaration) 
Public Enum GridPagerPosition 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As GridPagerPosition
C# 
public enum GridPagerPosition : Enum 

Members

MemberDescription
Bottom The Pager item will be displayed on the bottom of the grid. (Default value)
TopThe Pager item will be displayed on the top of the grid.
TopAndBottom The Pager item will be displayed both on the bottom and on the top of the grid.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Telerik.WebControls.GridPagerPosition

Requirements

Namespace: Telerik.WebControls

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

Assembly: RadGrid (in RadGrid.dll)

See Also