Spread for ASP.NET 12 Product Documentation
PagerMode Enumeration


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace : PagerMode Enumeration
Specifies which type of page navigation aids are shown in the Spread component.
Syntax
'Declaration
 
Public Enum PagerMode 
   Inherits System.Enum
'Usage
 
Dim instance As PagerMode
public enum PagerMode : System.Enum 
Members
MemberDescription
BothDisplays both the page numbers and page arrows of the pages in a sheet
NextPrevDisplays arrows for next page and previous page, called the Next and Previous arrows
NumberDisplays page numbers of the pages in a sheet
SliderDisplays a slider
Inheritance Hierarchy

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

See Also

Reference

FarPoint.Web.Spread Namespace