Table of Contents

Property CurrentStep

Namespace
Terminal.Gui.Views
Assembly
Terminal.Gui.dll

CurrentStep

Gets or sets the currently displayed step.

public WizardStep? CurrentStep { get; set; }

Property Value

WizardStep

Remarks

Setting this property calls GoToStep(WizardStep?) and may be canceled via StepChanging.