Class
WizardPageViewModel

Represents the view model for a page in the wizard control.

Definition

Namespace:Telerik.Windows.Controls.Wizard

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

cs-api-definition
public class WizardPageViewModel : INotifyPropertyChanged

Inheritance: objectWizardPageViewModel

Implements: INotifyPropertyChanged

Constructors

WizardPageViewModel()

Declaration

cs-api-definition
public WizardPageViewModel()

Properties

CancelButtonContent

Gets or sets the cancel button content.

Declaration

cs-api-definition
public object CancelButtonContent { get; set; }

Property Value

object

The cancel button content.

FinishButtonContent

Gets or sets the finish button content.

Declaration

cs-api-definition
public object FinishButtonContent { get; set; }

Property Value

object

The finish button content.

HelpButtonContent

Gets or sets the help button content.

Declaration

cs-api-definition
public object HelpButtonContent { get; set; }

Property Value

object

The help button content.

NavigationButtonsVisibility

Gets the WizardPage buttons visibility.

Declaration

cs-api-definition
public NavigationButtonsVisibilityModel NavigationButtonsVisibility { get; set; }

Property Value

NavigationButtonsVisibilityModel

The WizardPage buttons visibility.

NextButtonContent

Gets or sets the next button content.

Declaration

cs-api-definition
public object NextButtonContent { get; set; }

Property Value

object

The next button content.

PreviousButtonContent

Gets or sets the previous button content.

Declaration

cs-api-definition
public object PreviousButtonContent { get; set; }

Property Value

object

The previous button content.

Methods

OnPropertyChanged(string)

Called when [property changed].

Declaration

cs-api-definition
protected void OnPropertyChanged(string propertyName)

Parameters

propertyName

string

Name of the property that has been changed.

Events

PropertyChanged

Occurs when a property value changes.

Declaration

cs-api-definition
public event PropertyChangedEventHandler PropertyChanged

Event Value

PropertyChangedEventHandler

Implements INotifyPropertyChanged.PropertyChanged