Class RadzenCarouselItem
RadzenCarouselItem component.
Inheritance
System.Object
RadzenCarouselItem
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
Syntax
public class RadzenCarouselItem : IDisposable
Properties
Attributes
Gets or sets the arbitrary attributes.
Declaration
public IDictionary<string, object> Attributes { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<System.String, System.Object> | The arbitrary attributes. |
Carousel
Gets or sets the tabs.
Declaration
public RadzenCarousel Carousel { get; set; }
Property Value
Type | Description |
---|---|
RadzenCarousel | The tabs. |
ChildContent
Gets or sets the child content.
Declaration
public RenderFragment ChildContent { get; set; }
Property Value
Type | Description |
---|---|
RenderFragment | The child content. |
Methods
Dispose()
Declaration
public void Dispose()
OnInitializedAsync()
Declaration
protected override async Task OnInitializedAsync()
Returns
Type | Description |
---|---|
Task |