API Reference
Class
SmartWizardToolbar
Toolbar configuration for SmartWizard.
Inheritance
- Object
- SmartWizardToolbar
Constructors
public SmartWizardToolbar() #Inherited Methods
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; } #JsonIgnoreGets or sets whether to show the Next button.
public Nullable<Boolean> ShowPreviousButton { get; set; } #JsonIgnoreGets or sets whether to show the Previous button.