Spread for ASP.NET 12 Product Documentation
PagerPosition Enumeration


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace : PagerPosition Enumeration
Specifies in which tool bars the page navigation aids are displayed in the Spread component.
Syntax
'Declaration
 
Public Enum PagerPosition 
   Inherits System.Enum
'Usage
 
Dim instance As PagerPosition
public enum PagerPosition : System.Enum 
Members
MemberDescription
BottomDisplays the page navigation aids in a bar at the bottom of the Spread component and below a command bar (if shown)
CommandBarDisplays the page navigation aids on the command bar
TopDisplays the page navigation aids in a bar at the top of the Spread component
TopBottomDisplays the page navigation aids at the top and bottom of the Spread component in two separate bars
TopCommandBarDisplays the page navigation aids in a bar at the top of the Spread component and on the command bar
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Web.Spread.PagerPosition

See Also

Reference

FarPoint.Web.Spread Namespace