BptCarousel
API reference for BptCarousel — parameters, event callbacks, and related configuration.
BptCarousel
Open demo →Parameters
| Name | Type | Flags | Description |
|---|---|---|---|
BptAppState | BptRootComponentBase | CascadingNullable | — |
CultureState | BptCultureState | CascadingNullable | — |
ChildContent | RenderFragment | Nullable | — |
Width | string | — | |
Height | string | — | |
AutoPlay | bool | — | |
AutoPlayInterval | int | — | |
Loop | bool | — | |
LoopMode | CarouselLoopMode | — | |
PauseOnHover | bool | — | |
ShowArrows | bool | — | |
ShowPagination | bool | — | |
SelectedIndex | int | — | |
CssClass | string | — | |
Frameless | bool | — | |
TransitionSpeed | double | — | |
OnEnterEffects | List<BptEffect> | Nullable | — |
OnExitEffects | List<BptEffect> | Nullable | — |
ShowExportGif | bool | — | |
ExportLoop | bool | — | |
ShowImportGif | bool | — | |
GifSource | string | Nullable | — |
Mode | BptCarouselMode | — | |
MarqueeSpeed | double | — | |
MarqueeDirection | BptMarqueeDirection | — | |
MarqueeFadeEdges | bool | — | |
MarqueeItemWidth | string | Nullable | — |
Event callbacks
| Name | Type | Flags | Description |
|---|---|---|---|
SelectedIndexChanged | EventCallback<int> | — | |
OnExportProgress | EventCallback<int> | — | |
OnExportComplete | EventCallback<string> | — | |
OnGifImported | EventCallback | — | |
OnGifCleared | EventCallback | — |
Sub-components
BptCarouselItem
Parameters
| Name | Type | Flags | Description |
|---|---|---|---|
Parent | BptCarousel | CascadingNullable | — |
ChildContent | RenderFragment | Nullable | — |
OnEnterEffects | List<BptEffect> | Nullable | — |
OnExitEffects | List<BptEffect> | Nullable | — |
TransitionSpeed | double | — | |
Duration | int? | Nullable | — |
PauseOnHover | bool? | Nullable | — |