WizardPageCollection
Class
Represents a collection of WizardPage objects.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class WizardPageCollection : ObservableCollection<WizardPage>, IList, ICollection, IEnumerable, INotifyCollectionChanged, INotifyCollectionChanging, INotifyPropertyChanged, INotifyPropertyChangingEx
Inheritance: objectCollection<WizardPage>ObservableCollection<WizardPage>WizardPageCollection
Implements:
Inherited Members
Constructors
Creates a WizardPageCollection instance.
C#
public WizardPageCollection(RadWizardElement owner)
Owner of the element.
Properties
Gets the owner RadWizardElement of the collection.
C#
public RadWizardElement Owner { get; }
Methods
Inserts a WizardPage before the RadWizard CompletionPage in the collection.
Overridden. Inserts an item into the collection at the specified index.
C#
protected override void InsertItem(int index, WizardPage item)
Overrides:
Overridden. Removes the item at the specified index of the collection.
Overridden. Replaces the element at the specified index.
C#
protected override void SetItem(int index, WizardPage item)
Overrides: