Class WizardDialogArgs
dialog args for the wizard dialog
Inheritance
WizardDialogArgs
Namespace: Sartorius.SAF.Presentation.Controls
Assembly: Sartorius.SAF.Presentation.Controls.dll
Syntax
public class WizardDialogArgs : ContentDialogArgsBase<Wizard, IWizardDialogContext>
Constructors
View SourceWizardDialogArgs(string, Wizard, IWizardDialogContext)
Creates a new instance of the WizardDialogArgs class.
Declaration
public WizardDialogArgs(string title, Wizard wizard, IWizardDialogContext wizardDialogContext)
Parameters
| Type | Name | Description |
|---|---|---|
| string | title | The title of the wizard dialog. |
| Wizard | wizard | The Wizard. |
| IWizardDialogContext | wizardDialogContext | The data context of the Wizard. |
Properties
View SourceTitle
Gets or sets the title of the dialog.
Declaration
public string Title { get; }
Property Value
| Type | Description |
|---|---|
| string |