PageViewCollection Class
This class represents a collection of PageView objects.
Syntax
Visual Basic Public Class PageViewCollection Inherits ControlCollection C# public class PageViewCollection : ControlCollection Managed C++ public: __gc class PageViewCollection : public ControlCollection JScript public class PageViewCollection extends ControlCollection
Inheritance Hierarchy
Members Table
The following table lists the members exposed by the PageViewCollection object.
Method Description Add Adds a PageView object to the PageViewCollection. AddAt Adds a PageView to the PageViewCollection at a specified index.
Class Information
Namespace Microsoft.Web.UI.WebControls Assembly Microsoft.Web.UI.WebControls.dll
Applies To
MULTIPAGE
See Also