ClassWizardPageCollection
Class
Wizard pages collection.
Definition
Namespace:Telerik.Windows.Controls.Wizard
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
cs-api-definition
public class WizardPageCollection : ObservableCollection<WizardPage>, IList<WizardPage>, ICollection<WizardPage>, IList, ICollection, IReadOnlyList<WizardPage>, IReadOnlyCollection<WizardPage>, IEnumerable<WizardPage>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Inheritance: objectCollection<WizardPage>ObservableCollection<WizardPage>WizardPageCollection
Implements:
Inherited Members
Constructors
WizardPageCollection()
Declaration
cs-api-definition
public WizardPageCollection()