New to Telerik UI for ASP.NET AJAX? Start a free 30-day trial
pageView
index
index
pageView
pageView
index
Telerik.Web.UI.RadPageViewCollection
Inheritance Hierarchy
Methods
add
Adds the specified pageview to the collection.
Parameters
pageView Telerik.Web.UI.RadPageView
The pageview to add.
Returns
None
get_count
Gets the number of pageviews in the collection.
Parameters
Returns
Number
The number of pageviews in the collection
getPageView
Gets the pageview at the specified index in the collection.
Parameters
index Number
The index from which to retrieve the pageview
Returns
Telerik.Web.UI.RadPageView
The pageview at the specified index.
insert
Inserts the specified pageview at the specified index in the collection.
Parameters
index Number
The index at which to insert the pageview
pageView Telerik.Web.UI.RadPageView
The pageview to add.
Returns
None
remove
Removes the specified pageview to the collection.
Parameters
pageView Telerik.Web.UI.RadPageView
The pageview to remove.
Returns
None
removeAt
Removes the pageview at the specified index from the collection.
Parameters
index Number
The index from which to remove the pageview
Returns
None