Class WizardDialogArgs
dialog args for the wizard dialog
Inheritance
System.Object
WizardDialogArgs
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |
---|---|---|
System.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 |
---|---|
System.String |