RadzenCarouselItem component.
Object
ComponentBase
IComponent
IHandleEvent
IHandleAfterRender
ComponentBase.OnInitialized
ComponentBase.OnParametersSet
ComponentBase.OnParametersSetAsync
ComponentBase.StateHasChanged
ComponentBase.ShouldRender
ComponentBase.OnAfterRender
ComponentBase.OnAfterRenderAsync
ComponentBase.InvokeAsync
ComponentBase.DispatchExceptionAsync
ComponentBase.SetParametersAsync
ComponentBase.RendererInfo
ComponentBase.Assets
ComponentBase.AssignedRenderMode
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
public class RadzenCarouselItem : ComponentBase, IComponent, IHandleEvent, IHandleAfterRenderGets or sets the arbitrary attributes.
public IDictionary<string, object> Attributes { get; set; }
| Type | Description |
|---|---|
| IDictionary<string, object> | Gets or sets the arbitrary attributes. |
Gets or sets the tabs.
public RadzenCarousel Carousel { get; set; }
| Type | Description |
|---|---|
| RadzenCarousel | Gets or sets the tabs. |
Gets or sets the child content.
public RenderFragment ChildContent { get; set; }
| Type | Description |
|---|---|
| RenderFragment | Gets or sets the child content. |