API Reference
Enum
TablerCarouselBehaviorPreset
Preset behavior profiles for TablerCarousel.
Inheritance
- Enum
- TablerCarouselBehaviorPreset
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
Values
public const TablerCarouselBehaviorPreset BootstrapDefaults #Keeps native Bootstrap defaults (no explicit behavior attributes).
Value:
0public const TablerCarouselBehaviorPreset GuidedSteps #Optimized for dashboards/reports: auto-advance with hover pause and full input controls.
Value:
1public const TablerCarouselBehaviorPreset AutoContinuous #Auto-advance continuously without hover pause.
Value:
2public const TablerCarouselBehaviorPreset ManualOnly #Manual navigation only; does not wrap from last to first slide.
Value:
3public const TablerCarouselBehaviorPreset Kiosk #Kiosk mode: auto-advance, no touch/keyboard interaction.
Value:
4