HtmlForgeX

API Reference

Class

SmartWizardToolbar

Namespace HtmlForgeX
Assembly HtmlForgeX

Toolbar configuration for SmartWizard.

Inheritance

  • Object
  • SmartWizardToolbar

Constructors

public SmartWizardToolbar() #

Properties

public String Position { get; set; } #
JsonPropertyName("position")

Gets or sets the toolbar position.

public SmartWizardToolbarButtons Buttons { get; set; } #
JsonPropertyName("buttons")

Gets or sets grouped toolbar button visibility settings.

public String ExtraElements { get; set; } #
JsonPropertyName("extraElements")

Gets or sets extra HTML content for the toolbar.

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

Gets or sets whether to show the Next button.

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

Gets or sets whether to show the Previous button.

public String ExtraHtml { get; set; } #
JsonIgnore

Gets or sets extra HTML content for the toolbar.