Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class RadPageViewSubPageCollection : DisposableObject, IDisposable, IList, ICollection, IEnumerable
Inheritance: objectDisposableObjectRadPageViewSubPageCollection
Implements:
Inherited Members
Constructors
Properties
C#
public bool IsFixedSize { get; }
Implements:
C#
public bool IsReadOnly { get; }
Implements:
C#
public bool IsSynchronized { get; }
Implements:
Gets the RadPageViewPage instance that this collection is associated with.
C#
public RadPageViewPage Owner { get; }
Methods
C#
public void Clear()
Implements:
C#
public void CopyTo(RadPageViewPage[] array, int arrayIndex)
C#
protected virtual void OnChildPagesCollectionChanged(object sender, NotifyCollectionChangedEventArgs e)
Events
Occurs when an item is added, removed, changed, moved, or the entire list is refreshed.
C#
public event NotifyCollectionChangedEventHandler CollectionChanged