HtmlForgeX

API Reference

Enum

TablerCarouselBehaviorPreset

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Preset behavior profiles for TablerCarousel.

Inheritance

  • Enum
  • TablerCarouselBehaviorPreset

Values

public const TablerCarouselBehaviorPreset BootstrapDefaults #

Keeps native Bootstrap defaults (no explicit behavior attributes).

Value: 0
public const TablerCarouselBehaviorPreset GuidedSteps #

Optimized for dashboards/reports: auto-advance with hover pause and full input controls.

Value: 1
public const TablerCarouselBehaviorPreset AutoContinuous #

Auto-advance continuously without hover pause.

Value: 2
public const TablerCarouselBehaviorPreset ManualOnly #

Manual navigation only; does not wrap from last to first slide.

Value: 3
public const TablerCarouselBehaviorPreset Kiosk #

Kiosk mode: auto-advance, no touch/keyboard interaction.

Value: 4