HtmlForgeX

API Reference

Class

SmartWizardAnchor

Namespace HtmlForgeX
Assembly HtmlForgeX

Anchor configuration for SmartWizard navigation.

Inheritance

  • Object
  • SmartWizardAnchor

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Accepted by parameters

Constructors

public SmartWizardAnchor() #

Properties

public Nullable<Boolean> EnableNavigation { get; set; } #
JsonPropertyName("enabled")

Gets or sets whether to enable anchor navigation.

public Nullable<Boolean> EnableNavigationAlways { get; set; } #
JsonPropertyName("alwaysClickable")

Gets or sets whether to always enable navigation.

public SmartWizardCompletedNavigation Completed { get; set; } #
JsonPropertyName("completed")

Gets or sets grouped completed-step behavior.

public Nullable<Boolean> EnableDoneState { get; set; } #
JsonIgnore

Gets or sets whether to enable done state.

public Nullable<Boolean> MarkPreviousStepsAsDone { get; set; } #
JsonIgnore

Gets or sets whether to mark previous steps as done.

public Nullable<Boolean> EnableDoneStateNavigation { get; set; } #
JsonIgnore

Gets or sets whether to enable navigation on done steps.

public Nullable<Boolean> UnDoneOnBackNavigation { get; set; } #
JsonIgnore

Gets or sets whether to unmark steps on back navigation.