API Reference
Class
TabsGlobalConfig
Global configuration for TablerTabs.
Inheritance
- Object
- TabsGlobalConfig
Constructors
public TabsGlobalConfig() #Inherited Methods
Properties
public TabsPersistKeyMode PersistKeyMode { get; set; } #Default persistence key mode used when TablerTabs enables persistence without an explicit storage key. Default: RandomId (legacy behavior).
public TabsOrientation Orientation { get; set; } #Default orientation for TablerTabs. Default: Horizontal.
public TablerSpacing VerticalGap { get; set; } #Default horizontal gap between vertical nav and content. Default: Medium.
public Nullable<TablerBreakpoint> ResponsiveBreakpoint { get; set; } #Optional breakpoint at which vertical layouts activate (small screens stay horizontal).
public TabsAlignment Alignment { get; set; } #Default navigation alignment for TablerTabs. Default: Start.
public TabsTransition Transition { get; set; } #Default transition for tab panels. Default: None.
public TabsPillsStyle PillsStyle { get; set; } #Default visual variant for Pills navigation.
public TabsSegmentedMode SegmentedMode { get; set; } #Default layout behavior for segmented tabs. Default: Tabs.
public TabsCornerStyle SegmentedCornerStyle { get; set; } #Default corner style for segmented tabs. Default: Default.
public TabsAnimationStyle SegmentedAnimationStyle { get; set; } #Default animation style for segmented tabs. Default: Default.