Gets or sets the type of items that will be paged by this pager.
            
    Namespace: 
   Endeca.Web.UI.WebControlsAssembly: Endeca.Web.UI.WebControls (in Endeca.Web.UI.WebControls.dll) Version: 2.1.1.0 (2.1.1.620)
 Syntax
Syntax
| C# | 
|---|
| [DefaultValueAttribute(PagerItemsType.Records)] public PagerItemsType ItemsType { get; set; } | 
| Visual Basic (Declaration) | 
|---|
| <DefaultValueAttribute(PagerItemsType.Records)> _ Public Property ItemsType As PagerItemsType | 
| Visual C++ | 
|---|
| [DefaultValueAttribute(PagerItemsType::Records)] public: property PagerItemsType ItemsType { PagerItemsType get (); void set (PagerItemsType value); } | 





