HtmlForgeX

API Reference

Class

SmartWizardBehavior

Namespace HtmlForgeX
Assembly HtmlForgeX

Grouped behavior configuration for SmartWizard v7.

Inheritance

  • Object
  • SmartWizardBehavior

Constructors

public SmartWizardBehavior() #

Properties

public Nullable<Boolean> AutoHeight { get; set; } #
JsonPropertyName("autoHeight")

Gets or sets whether the wizard should animate the content container height.

public Nullable<Boolean> UseUrlHash { get; set; } #
JsonPropertyName("useUrlHash")

Gets or sets whether the active step should be reflected in the URL hash.

public Nullable<Boolean> SupportBrowserHistory { get; set; } #
JsonPropertyName("supportBrowserHistory")

Gets or sets whether browser history buttons should control the wizard.