API Reference
Class
SmartWizardCompletedNavigation
Completed-step behavior options for SmartWizard v7 navigation.
Inheritance
- Object
- SmartWizardCompletedNavigation
Constructors
public SmartWizardCompletedNavigation() #Inherited Methods
Properties
public Nullable<Boolean> Enabled { get; set; } #JsonPropertyName("enabled")Gets or sets whether completed styling is enabled.
public Nullable<Boolean> CompleteAllPreviousSteps { get; set; } #JsonPropertyName("completeAllPreviousSteps")Gets or sets whether all previous steps should be marked completed.
public Nullable<Boolean> ClearOnBack { get; set; } #JsonPropertyName("clearOnBack")Gets or sets whether completed state should be cleared on back navigation.
public Nullable<Boolean> Clickable { get; set; } #JsonPropertyName("clickable")Gets or sets whether completed steps remain clickable.