Utility class to assist with paging through a datasource. The paging helper assumes that pages are arranged into blocks. A block is a set of n pages, where n is the number of page links to display.

Namespace:  Endeca.Web.UI.WebControls
Assembly:  Endeca.Web.UI.WebControls (in Endeca.Web.UI.WebControls.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
public class PagingInfo
Visual Basic (Declaration)
Public Class PagingInfo
Visual C++
public ref class PagingInfo

Inheritance Hierarchy

System..::.Object
  Endeca.Web.UI.WebControls..::.PagingInfo

See Also