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.3.0 (2.1.3.622)
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); } |