Class WizardModel
public sealed class WizardModel : ScreenModelBase, IScreenModel, IModel, INotifyPropertyChanged
- Inheritance
-
WizardModel
- Implements
- Inherited Members
- Extension Methods
Constructors
WizardModel(ISurface)
public WizardModel(ISurface surface)
Parameters
surfaceISurface
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
CanNavigate
public bool CanNavigate { get; set; }
Property Value
CurrentStep
public StepModel? CurrentStep { get; set; }
Property Value
DoChangeStep
public ICommand? DoChangeStep { get; set; }
Property Value
IsLoading
public bool IsLoading { get; set; }
Property Value
Page
public Control? Page { get; set; }
Property Value
Steps
public ObservableCollection<StepModel> Steps { get; }