HtmlForgeX

API Reference

Enum

TablerCarouselRide

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

Controls whether the carousel starts cycling automatically. Maps to Bootstrap's data-bs-ride option.

Inheritance

  • Enum
  • TablerCarouselRide

Values

public const TablerCarouselRide None #

Do not start cycling automatically.

Value: 0
public const TablerCarouselRide Auto #

Start cycling automatically.

Value: 1