Class
RadPageViewPageCollection

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class RadPageViewPageCollection : RadPageViewObject, IDisposable, IList, ICollection, IEnumerable

Inheritance: objectDisposableObjectRadPageViewObjectRadPageViewPageCollection

Implements: ICollectionIDisposableIEnumerableIList

Inherited Members RadPageViewObject.OwnerDisposableObject.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

RadPageViewPageCollection(RadPageView)

Declaration

cs-api-definition
public RadPageViewPageCollection(RadPageView owner)

Parameters

owner

RadPageView

Properties

Count

Declaration

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

Property Value

int

Implements ICollection.Count

this[int]

Declaration

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

Parameters

index

int

Property Value

RadPageViewPage

this[string]

Gets the RadPageViewPage instance that matches the specified name.

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

ChangeIndex(RadPageViewPage, int)

Declaration

cs-api-definition
public void ChangeIndex(RadPageViewPage page, int newIndex)

Parameters

page

RadPageViewPage

newIndex

int

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(string)

Declaration

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

Parameters

name

string

Returns

bool

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

Insert(int, RadPageViewPage)

Declaration

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

Parameters

index

int

item

RadPageViewPage

Remove(RadPageViewPage)

Declaration

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

Parameters

item

RadPageViewPage

Returns

bool

RemoveAt(int)

Declaration

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

Parameters

index

int

Implements IList.RemoveAt(int)

Swap(RadPageViewPage, RadPageViewPage)

Declaration

cs-api-definition
public void Swap(RadPageViewPage page1, RadPageViewPage page2)

Parameters

page1

RadPageViewPage

page2

RadPageViewPage