ClassWizardPageViewModel
Represents the view model for a page in the wizard control.
Definition
Namespace:Telerik.Windows.Controls.Wizard
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
public class WizardPageViewModel : INotifyPropertyChanged
Inheritance: objectWizardPageViewModel
Implements:
Constructors
WizardPageViewModel()
Declaration
public WizardPageViewModel()
Properties
CancelButtonContent
Gets or sets the cancel button content.
Declaration
public object CancelButtonContent { get; set; }
Property Value
The cancel button content.
FinishButtonContent
Gets or sets the finish button content.
Declaration
public object FinishButtonContent { get; set; }
Property Value
The finish button content.
HelpButtonContent
Gets or sets the help button content.
Declaration
public object HelpButtonContent { get; set; }
Property Value
The help button content.
NavigationButtonsVisibility
Gets the WizardPage buttons visibility.
Declaration
public NavigationButtonsVisibilityModel NavigationButtonsVisibility { get; set; }
Property Value
NavigationButtonsVisibilityModel
The WizardPage buttons visibility.
NextButtonContent
Gets or sets the next button content.
Declaration
public object NextButtonContent { get; set; }
Property Value
The next button content.
PreviousButtonContent
Gets or sets the previous button content.
Declaration
public object PreviousButtonContent { get; set; }
Property Value
The previous button content.
Methods
OnPropertyChanged(string)
Called when [property changed].
Declaration
protected void OnPropertyChanged(string propertyName)
Parameters
propertyName
Name of the property that has been changed.
Events
PropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Value
Implements