Class WizardPageCollection
Represents a collection of WizardPage objects.
Inheritance
System.Object
System.Collections.ObjectModel.Collection<WizardPage>
WizardPageCollection
Inherited Members
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.WizardPage>.Clear()
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.WizardPage>.CopyTo(Telerik.WinControls.UI.WizardPage[], System.Int32)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.WizardPage>.Contains(Telerik.WinControls.UI.WizardPage)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.WizardPage>.GetEnumerator()
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.WizardPage>.IndexOf(Telerik.WinControls.UI.WizardPage)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.WizardPage>.Insert(System.Int32, Telerik.WinControls.UI.WizardPage)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.WizardPage>.Remove(Telerik.WinControls.UI.WizardPage)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.WizardPage>.RemoveAt(System.Int32)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.WizardPage>.Count
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.WizardPage>.Items
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.WizardPage>.Item[System.Int32]
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.WizardPage>.System.Collections.Generic.ICollection<Telerik.WinControls.UI.WizardPage>.IsReadOnly
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class WizardPageCollection : ObservableCollection<WizardPage>, IList<WizardPage>, ICollection<WizardPage>, IReadOnlyList<WizardPage>, IReadOnlyCollection<WizardPage>, IEnumerable<WizardPage>, IList, ICollection, IEnumerable, INotifyCollectionChanged, INotifyCollectionChanging, INotifyPropertyChanged, INotifyPropertyChangingEx
Constructors
WizardPageCollection(RadWizardElement)
Creates a WizardPageCollection instance.
Declaration
public WizardPageCollection(RadWizardElement owner)
Parameters
RadWizardElement
owner
Owner of the element. |
Properties
Owner
Gets the owner RadWizardElement of the collection.
Declaration
public RadWizardElement Owner { get; }
Property Value
RadWizardElement
|
Methods
Add(WizardPage)
Inserts a WizardPage before the RadWizard CompletionPage in the collection.
Declaration
public void Add(WizardPage page)
Parameters
WizardPage
page
|
InsertItem(Int32, WizardPage)
Declaration
protected override void InsertItem(int index, WizardPage item)
Parameters
System.Int32
index
|
WizardPage
item
|
Overrides
Telerik.WinControls.Data.ObservableCollection<Telerik.WinControls.UI.WizardPage>.InsertItem(System.Int32, Telerik.WinControls.UI.WizardPage)
RemoveItem(Int32)
Declaration
protected override void RemoveItem(int index)
Parameters
System.Int32
index
|
Overrides
Telerik.WinControls.Data.ObservableCollection<Telerik.WinControls.UI.WizardPage>.RemoveItem(System.Int32)
SetItem(Int32, WizardPage)
Declaration
protected override void SetItem(int index, WizardPage item)
Parameters
System.Int32
index
|
WizardPage
item
|
Overrides
Telerik.WinControls.Data.ObservableCollection<Telerik.WinControls.UI.WizardPage>.SetItem(System.Int32, Telerik.WinControls.UI.WizardPage)