New to Telerik UI for WPFStart a free 30-day trial

Provides UI properties to control the visibility of page's navigation buttons.

Definition

Namespace:Telerik.Windows.Controls.Wizard

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

C#
public class NavigationButtonsVisibilityModel : INotifyPropertyChanged

Inheritance: objectNavigationButtonsVisibilityModel

Implements: INotifyPropertyChanged

Constructors

C#
public NavigationButtonsVisibilityModel()

Properties

Gets or sets the WizardPage's buttons display mode.

C#
public WizardPageButtonsDisplayMode ButtonsVisibilityMode { get; set; }
Property Value:

The buttons display mode of WizardPage.

Gets or sets the cancel button visibility.

C#
public Visibility CancelButtonVisibility { get; set; }
Property Value:

The cancel button visibility.

Gets or sets the finish button visibility.

C#
public Visibility FinishButtonVisibility { get; set; }
Property Value:

The finish button visibility.

Gets or sets the help button visibility.

C#
public Visibility HelpButtonVisibility { get; set; }
Property Value:

The help button visibility.

Gets or sets the next button visibility.

C#
public Visibility NextButtonVisibility { get; set; }
Property Value:

The next button's visibility.

Gets or sets the previous button visibility.

C#
public Visibility PreviousButtonVisibility { get; set; }
Property Value:

The previous button visibility.

Methods

Called when [property changed].

C#
protected void OnPropertyChanged(string propertyName)
Parameters:propertyNamestring

Name of the property that has been changed.

Events

Occurs when a property value changes.

C#
public event PropertyChangedEventHandler PropertyChanged

Implements: INotifyPropertyChanged.PropertyChanged