Table of Contents

Class WizardModel

Namespace
The.WPF.Wizards
Assembly
Instagile.WPF.dll
public sealed class WizardModel : ScreenModelBase, IScreenModel, IModel, INotifyPropertyChanged
Inheritance
WizardModel
Implements
Inherited Members
Extension Methods

Constructors

WizardModel(ISurface)

public WizardModel(ISurface surface)

Parameters

surface ISurface

Properties

AreCommandsEnabled

Indicates whether the screen's commands are enabled. Commands may still be disabled individually even if this returns true

public override bool AreCommandsEnabled { get; }

Property Value

bool

CanNavigate

public bool CanNavigate { get; set; }

Property Value

bool

CurrentStep

public StepModel? CurrentStep { get; set; }

Property Value

StepModel

DoChangeStep

public ICommand? DoChangeStep { get; set; }

Property Value

ICommand

IsLoading

public bool IsLoading { get; set; }

Property Value

bool

Page

public Control? Page { get; set; }

Property Value

Control

Steps

public ObservableCollection<StepModel> Steps { get; }

Property Value

ObservableCollection<StepModel>