Class WizardPageViewModel
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.Wizard
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public class WizardPageViewModel : INotifyPropertyChanged
Constructors
WizardPageViewModel()
Declaration
public WizardPageViewModel()
Properties
CancelButtonContent
Gets or sets the cancel button content.
Declaration
public object CancelButtonContent { get; set; }
Property Value
System.Object
The cancel button content. |
FinishButtonContent
Gets or sets the finish button content.
Declaration
public object FinishButtonContent { get; set; }
Property Value
System.Object
The finish button content. |
HelpButtonContent
Gets or sets the help button content.
Declaration
public object HelpButtonContent { get; set; }
Property Value
System.Object
The help button content. |
NavigationButtonsVisibility
NextButtonContent
Gets or sets the next button content.
Declaration
public object NextButtonContent { get; set; }
Property Value
System.Object
The next button content. |
PreviousButtonContent
Gets or sets the previous button content.
Declaration
public object PreviousButtonContent { get; set; }
Property Value
System.Object
The previous button content. |
Methods
OnPropertyChanged(String)
Called when [property changed].
Declaration
protected void OnPropertyChanged(string propertyName)
Parameters
System.String
propertyName
Name of the property that has been changed. |
Events
PropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler
|