Class WizardPage
Represents a page of the Wizard.
Inheritance
Implements
Namespace: Sartorius.SAF.Presentation.Controls
Assembly: Sartorius.SAF.Presentation.Controls.dll
Syntax
public class WizardPage : ContentControl, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild
Remarks
See Wizard for remarks and code examples.
Constructors
View SourceWizardPage()
Initializes a new instance of the WizardPage class.
Declaration
public WizardPage()
Fields
View SourceBackButtonCaptionProperty
The back caption property
Declaration
public static readonly DependencyProperty BackButtonCaptionProperty
Field Value
| Type | Description |
|---|---|
| DependencyProperty |
BackCommandProperty
The back command property
Declaration
public static readonly DependencyProperty BackCommandProperty
Field Value
| Type | Description |
|---|---|
| DependencyProperty |
CancelButtonCaptionProperty
The cancel caption property
Declaration
public static readonly DependencyProperty CancelButtonCaptionProperty
Field Value
| Type | Description |
|---|---|
| DependencyProperty |
CancelCommandProperty
The DependencyProperty for the CancelCommand property.
Declaration
public static readonly DependencyProperty CancelCommandProperty
Field Value
| Type | Description |
|---|---|
| DependencyProperty |
IsSelectedProperty
The DependencyProperty for the IsSelected property.
Declaration
public static readonly DependencyProperty IsSelectedProperty
Field Value
| Type | Description |
|---|---|
| DependencyProperty |
NextButtonCaptionProperty
The back caption property
Declaration
public static readonly DependencyProperty NextButtonCaptionProperty
Field Value
| Type | Description |
|---|---|
| DependencyProperty |
NextCommandProperty
The next command property
Declaration
public static readonly DependencyProperty NextCommandProperty
Field Value
| Type | Description |
|---|---|
| DependencyProperty |
TitleProperty
The title property
Declaration
public static readonly DependencyProperty TitleProperty
Field Value
| Type | Description |
|---|---|
| DependencyProperty |
Properties
View SourceBackButtonCaption
Gets or sets the back button caption.
Declaration
public string BackButtonCaption { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
BackCommand
Gets or sets the wizard page back command.
Declaration
public ICommand BackCommand { get; set; }
Property Value
| Type | Description |
|---|---|
| ICommand | The wizard page back command. |
CancelButtonCaption
Gets or sets the cancel button caption.
Declaration
public string CancelButtonCaption { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CancelCommand
Gets or sets the cancel command.
Declaration
public ICommand CancelCommand { get; set; }
Property Value
| Type | Description |
|---|---|
| ICommand |
IsSelected
Indicates whether the WizardPage is selected.
Declaration
public bool IsSelected { get; }
Property Value
| Type | Description |
|---|---|
| bool |
NextButtonCaption
Gets or sets the next button caption.
Declaration
public string NextButtonCaption { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NextCommand
Gets or sets the wizard page next command.
Declaration
public ICommand NextCommand { get; set; }
Property Value
| Type | Description |
|---|---|
| ICommand | The wizard page next command. |
Title
Gets or sets the title of wizard page.
Declaration
public string Title { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The title of wizard page. |