Gets or sets the label preceding the list of items per page choices.

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#
[DefaultValueAttribute("")]
public string ItemsPerPageChoicesLabel { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute("")> _
Public Property ItemsPerPageChoicesLabel As String
Visual C++
[DefaultValueAttribute(L"")]
public:
property String^ ItemsPerPageChoicesLabel {
	String^ get ();
	void set (String^ value);
}

See Also