Show / Hide Table of Contents

Class WizardDialogArgs

dialog args for the wizard dialog

Inheritance
System.Object
DialogArgsBase<Wizard, IWizardDialogContext>
ContentDialogArgsBase<Wizard, IWizardDialogContext>
WizardDialogArgs
ContentDialogArgsBase<Wizard, IWizardDialogContext>.BaselineHeight
ContentDialogArgsBase<Wizard, IWizardDialogContext>.BottomContent
ContentDialogArgsBase<Wizard, IWizardDialogContext>.BottomContentRowSpan
ContentDialogArgsBase<Wizard, IWizardDialogContext>.ToolBarButtonDefinitions
DialogArgsBase<Wizard, IWizardDialogContext>.DialogContext
DialogArgsBase<Wizard, IWizardDialogContext>.DialogView
DialogArgsBase<Wizard, IWizardDialogContext>.Owner
DialogArgsBase<Wizard, IWizardDialogContext>.ShowInTaskbar
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 Source

WizardDialogArgs(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 Source

Title

Gets or sets the title of the dialog.

Declaration
public string Title { get; }
Property Value
Type Description
System.String

Extension Methods

CollectionExtensions.AddRange<T, TCollection>(TCollection, IEnumerable<T>)
SerializableObjectCloneExtension.Clone<T>(T)
  • View Source
Back to top Generated by DocFX