Class
RadPageViewSubPageCollection

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class RadPageViewSubPageCollection : DisposableObject, IDisposable, IList, ICollection, IEnumerable

Inheritance: objectDisposableObjectRadPageViewSubPageCollection

Implements: ICollectionIDisposableIEnumerableIList

Inherited Members DisposableObject.GetBitState(long)DisposableObject.SetBitState(long, bool)DisposableObject.OnBitStateChanged(long, bool, bool)DisposableObject.Dispose()DisposableObject.Dispose(bool)DisposableObject.PerformDispose(bool)DisposableObject.DisposeManagedResources()DisposableObject.DisposeUnmanagedResources()DisposableObject.BitStateDisposableObject.EventsDisposableObject.IsDisposingDisposableObject.IsDisposedDisposableObject.DisposedDisposableObject.Disposing

Constructors

RadPageViewSubPageCollection(RadPageViewPage)

Declaration

cs-api-definition
public RadPageViewSubPageCollection(RadPageViewPage owner)

Parameters

owner

RadPageViewPage

Properties

Count

Declaration

cs-api-definition
public int Count { get; }

Property Value

int

Implements ICollection.Count

IsFixedSize

Declaration

cs-api-definition
public bool IsFixedSize { get; }

Property Value

bool

Implements IList.IsFixedSize

IsReadOnly

Declaration

cs-api-definition
public bool IsReadOnly { get; }

Property Value

bool

Implements IList.IsReadOnly

IsSynchronized

Declaration

cs-api-definition
public bool IsSynchronized { get; }

Property Value

bool

Implements ICollection.IsSynchronized

Owner

Gets the RadPageViewPage instance that this collection is associated with.

Declaration

cs-api-definition
public RadPageViewPage Owner { get; }

Property Value

RadPageViewPage

SyncRoot

Declaration

cs-api-definition
public object SyncRoot { get; }

Property Value

object

Implements ICollection.SyncRoot

this[int]

Declaration

cs-api-definition
public RadPageViewPage this[int index] { get; set; }

Parameters

index

int

Property Value

RadPageViewPage

this[string]

Declaration

cs-api-definition
public RadPageViewPage this[string name] { get; }

Parameters

name

string

Property Value

RadPageViewPage

Methods

Add(RadPageViewPage)

Declaration

cs-api-definition
public void Add(RadPageViewPage item)

Parameters

item

RadPageViewPage

Add(object)

Declaration

cs-api-definition
public int Add(object value)

Parameters

value

object

Returns

int

Implements IList.Add(object)

Clear()

Declaration

cs-api-definition
public void Clear()

Implements IList.Clear()

Contains(RadPageViewPage)

Declaration

cs-api-definition
public bool Contains(RadPageViewPage item)

Parameters

item

RadPageViewPage

Returns

bool

Contains(object)

Declaration

cs-api-definition
public bool Contains(object value)

Parameters

value

object

Returns

bool

Implements IList.Contains(object)

Contains(string)

Declaration

cs-api-definition
public bool Contains(string name)

Parameters

name

string

Returns

bool

CopyTo(Array, int)

Declaration

cs-api-definition
public void CopyTo(Array array, int index)

Parameters

array

Array

index

int

Implements ICollection.CopyTo(Array, int)

CopyTo(RadPageViewPage[], int)

Declaration

cs-api-definition
public void CopyTo(RadPageViewPage[] array, int arrayIndex)

Parameters

array

RadPageViewPage[]

arrayIndex

int

GetEnumerator()

Declaration

cs-api-definition
public IEnumerator<RadPageViewPage> GetEnumerator()

Returns

IEnumerator<RadPageViewPage>

IndexOf(RadPageViewPage)

Declaration

cs-api-definition
public int IndexOf(RadPageViewPage item)

Parameters

item

RadPageViewPage

Returns

int

IndexOf(object)

Declaration

cs-api-definition
public int IndexOf(object value)

Parameters

value

object

Returns

int

Implements IList.IndexOf(object)

Insert(int, RadPageViewPage)

Declaration

cs-api-definition
public void Insert(int index, RadPageViewPage item)

Parameters

index

int

item

RadPageViewPage

Insert(int, object)

Declaration

cs-api-definition
public void Insert(int index, object value)

Parameters

index

int

value

object

Implements IList.Insert(int, object)

Move(int, int)

Declaration

cs-api-definition
public void Move(int oldIndex, int newIndex)

Parameters

oldIndex

int

newIndex

int

OnChildPagesCollectionChanged(object, NotifyCollectionChangedEventArgs)

Declaration

cs-api-definition
protected virtual void OnChildPagesCollectionChanged(object sender, NotifyCollectionChangedEventArgs e)

Parameters

sender

object

e

NotifyCollectionChangedEventArgs

Remove(RadPageViewPage)

Declaration

cs-api-definition
public bool Remove(RadPageViewPage item)

Parameters

item

RadPageViewPage

Returns

bool

Remove(object)

Declaration

cs-api-definition
public void Remove(object value)

Parameters

value

object

Implements IList.Remove(object)

RemoveAt(int)

Declaration

cs-api-definition
public void RemoveAt(int index)

Parameters

index

int

Implements IList.RemoveAt(int)

Events

CollectionChanged

Occurs when an item is added, removed, changed, moved, or the entire list is refreshed.

Declaration

cs-api-definition
public event NotifyCollectionChangedEventHandler CollectionChanged

Event Value

NotifyCollectionChangedEventHandler