Spread for ASP.NET 8.0 Product Documentation
PagerInfo Class
Members 


Represents information about the page navigation aids in the Spread component.
Object Model
PagerInfo Class
Syntax
'Declaration
 
Public Class PagerInfo 
   Implements FarPoint.Web.Spread.Model.ISerializeSupport 
'Usage
 
Dim instance As PagerInfo
public class PagerInfo : FarPoint.Web.Spread.Model.ISerializeSupport  
Remarks

The page navigation aids are displayed in the tool bars above and below the sheet.

When the sheet contains more rows than can be displayed in the component, Spread automatically creates pages that contain the other rows. (These are not to be confused with HTML pages.)

You can display either Next (>>) and Previous (<<) arrows, page numbers, or both as page navigation aids. You can display these page navigation aids at the top of the sheet, the bottom of the sheet, on the command bar, or some combination of these.

You can set how many page numbers are displayed. If the number of pages for a sheet exceeds the value specified by the PageCount property, an ellipses is displayed. Click the ellipses to display the next (or previous) set of page numbers.

Note: The page (the set of rows) changes only if you click a different page number or the Next or Previous arrow. The page does not change when you click the ellipses.

Inheritance Hierarchy

System.Object
   FarPoint.Web.Spread.PagerInfo

Requirements

Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

PagerInfo Members
FarPoint.Web.Spread Namespace
Pager Property

User-Task Documentation

Customizing Page Navigation

 

 


Copyright © GrapeCity, inc. All rights reserved.