List of page sizes. Defaults to 10,20,30.

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#
[DefaultValueAttribute()]
[TypeConverterAttribute(typeof(ArrayConverter<int>))]
public int[] ItemsPerPageChoices { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute()> _
<TypeConverterAttribute(GetType(ArrayConverter(Of Integer)))> _
Public Property ItemsPerPageChoices As Integer()
Visual C++
[DefaultValueAttribute()]
[TypeConverterAttribute(typeof(ArrayConverter<int>))]
public:
property array<int>^ ItemsPerPageChoices {
	array<int>^ get ();
	void set (array<int>^ value);
}

See Also