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

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Accepted by parameters

Values

public const TablerCarouselRide None #

Do not start cycling automatically.

Value: 0
public const TablerCarouselRide Auto #

Start cycling automatically.

Value: 1