Class RadPageViewPageCollection
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadPageViewPageCollection : RadPageViewObject, IDisposable, IList<RadPageViewPage>, ICollection<RadPageViewPage>, IEnumerable<RadPageViewPage>, IList, ICollection, IEnumerable
Constructors
RadPageViewPageCollection(RadPageView)
Properties
Count
Declaration
public int Count { get; }
Property Value
System.Int32
|
Implements
Item[Int32]
Declaration
public RadPageViewPage this[int index] { get; set; }
Parameters
System.Int32
index
|
Property Value
RadPageViewPage
|
Implements
Item[String]
Gets the RadPageViewPage instance that matches the specified name.
Declaration
public RadPageViewPage this[string name] { get; }
Parameters
System.String
name
|
Property Value
RadPageViewPage
|
Methods
Add(RadPageViewPage)
Declaration
public void Add(RadPageViewPage item)
Parameters
RadPageViewPage
item
|
Implements
ChangeIndex(RadPageViewPage, Int32)
Declaration
public void ChangeIndex(RadPageViewPage page, int newIndex)
Parameters
RadPageViewPage
page
|
System.Int32
newIndex
|
Clear()
Declaration
public void Clear()
Implements
Contains(String)
Declaration
public bool Contains(string name)
Parameters
System.String
name
|
Returns
System.Boolean
|
Contains(RadPageViewPage)
Declaration
public bool Contains(RadPageViewPage item)
Parameters
RadPageViewPage
item
|
Returns
System.Boolean
|
Implements
CopyTo(RadPageViewPage[], Int32)
Declaration
public void CopyTo(RadPageViewPage[] array, int arrayIndex)
Parameters
RadPageViewPage[]
array
|
System.Int32
arrayIndex
|
Implements
GetEnumerator()
Declaration
public IEnumerator<RadPageViewPage> GetEnumerator()
Returns
System.Collections.Generic.IEnumerator<RadPageViewPage>
|
Implements
IndexOf(RadPageViewPage)
Declaration
public int IndexOf(RadPageViewPage item)
Parameters
RadPageViewPage
item
|
Returns
System.Int32
|
Implements
Insert(Int32, RadPageViewPage)
Declaration
public void Insert(int index, RadPageViewPage item)
Parameters
System.Int32
index
|
RadPageViewPage
item
|
Implements
Remove(RadPageViewPage)
Declaration
public bool Remove(RadPageViewPage item)
Parameters
RadPageViewPage
item
|
Returns
System.Boolean
|
Implements
RemoveAt(Int32)
Declaration
public void RemoveAt(int index)
Parameters
System.Int32
index
|
Implements
Swap(RadPageViewPage, RadPageViewPage)
Declaration
public void Swap(RadPageViewPage page1, RadPageViewPage page2)
Parameters
RadPageViewPage
page1
|
RadPageViewPage
page2
|
Explicit Interface Implementations
ICollection<RadPageViewPage>.IsReadOnly
Declaration
bool ICollection<RadPageViewPage>.IsReadOnly { get; }
Returns
System.Boolean
|
Implements
ICollection.CopyTo(Array, Int32)
Declaration
void ICollection.CopyTo(Array array, int index)
Parameters
System.Array
array
|
System.Int32
index
|
Implements
ICollection.IsSynchronized
Declaration
bool ICollection.IsSynchronized { get; }
Returns
System.Boolean
|
Implements
ICollection.SyncRoot
Declaration
object ICollection.SyncRoot { get; }
Returns
System.Object
|
Implements
IEnumerable.GetEnumerator()
Declaration
IEnumerator IEnumerable.GetEnumerator()
Returns
System.Collections.IEnumerator
|
Implements
IList.Add(Object)
Declaration
int IList.Add(object value)
Parameters
System.Object
value
|
Returns
System.Int32
|
Implements
IList.Contains(Object)
Declaration
bool IList.Contains(object value)
Parameters
System.Object
value
|
Returns
System.Boolean
|
Implements
IList.get_Item(Int32)
Declaration
object IList.get_Item(int index)
Parameters
System.Int32
index
|
Returns
System.Object
|
Implements
IList.IndexOf(Object)
Declaration
int IList.IndexOf(object value)
Parameters
System.Object
value
|
Returns
System.Int32
|
Implements
IList.Insert(Int32, Object)
Declaration
void IList.Insert(int index, object value)
Parameters
System.Int32
index
|
System.Object
value
|
Implements
IList.IsFixedSize
Declaration
bool IList.IsFixedSize { get; }
Returns
System.Boolean
|
Implements
IList.IsReadOnly
Declaration
bool IList.IsReadOnly { get; }
Returns
System.Boolean
|
Implements
IList.Item[Int32]
Declaration
object IList.this[] { get; set; }
Parameters
System.Int32
index
|
Returns
System.Object
|
Implements
IList.Remove(Object)
Declaration
void IList.Remove(object value)
Parameters
System.Object
value
|
Implements
IList.set_Item(Int32, Object)
Declaration
void IList.set_Item(int index, object value)
Parameters
System.Int32
index
|
System.Object
value
|