Available item types for this Pager control

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 enum PagerItemsType
Visual Basic (Declaration)
Public Enumeration PagerItemsType
Visual C++
public enum class PagerItemsType

Members

Member nameDescription
Records
Pager will page through records.
AggregateRecords
Pager will page through aggregate records.

See Also