Returns the paging helper

Namespace:  Endeca.Web.UI.WebControls
Assembly:  Endeca.Web.UI.WebControls (in Endeca.Web.UI.WebControls.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

C#
public PagingInfo PagingInfo { get; }
Visual Basic (Declaration)
Public ReadOnly Property PagingInfo As PagingInfo
Visual C++
public:
property PagingInfo^ PagingInfo {
	PagingInfo^ get ();
}

See Also