API Reference
Class
SmartTabOptions
Configuration options for SmartTab component.
Inheritance
- Object
- SmartTabOptions
Constructors
public SmartTabOptions() #Inherited Methods
Properties
public Nullable<Int32> Selected { get; set; } #JsonPropertyName("selected")Gets or sets the initial selected tab index.
public Nullable<Boolean> Justified { get; set; } #JsonPropertyName("justified")Gets or sets whether navigation menu should be justified.
public Nullable<Boolean> AutoAdjustHeight { get; set; } #JsonPropertyName("autoAdjustHeight")Gets or sets whether to automatically adjust content height.
public Nullable<Boolean> BackButtonSupport { get; set; } #JsonPropertyName("backButtonSupport")Gets or sets whether to enable browser back button support.
public Nullable<Boolean> EnableUrlHash { get; set; } #JsonPropertyName("enableUrlHash")Gets or sets whether to enable tab selection via URL hash.
public SmartTabTransition Transition { get; set; } #JsonPropertyName("transition")Gets or sets the transition configuration.
public SmartTabAutoProgress AutoProgress { get; set; } #JsonPropertyName("autoProgress")Gets or sets the auto-progress configuration.
public SmartTabKeyboard Keyboard { get; set; } #JsonPropertyName("keyboard")Gets or sets the keyboard navigation configuration.