API Reference
Class
SmartWizardToolbar
Toolbar configuration for SmartWizard.
Inheritance
- Object
- SmartWizardToolbar
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
- Property SmartWizardOptions.Toolbar
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.