Class RadzenAccordionItem.
IComponent
IHandleEvent
IHandleAfterRender
RadzenComponent.OnAfterRenderAsync
RadzenComponent.RaiseContextMenu
RadzenComponent.RaiseMouseEnter
RadzenComponent.AddContextMenu
RadzenComponent.RaiseMouseLeave
RadzenComponent.OnBecameInvisible
RadzenComponent.DefaultCulture
RadzenComponent.IsJSRuntimeAvailable
ComponentBase.BuildRenderTree
ComponentBase.OnInitializedAsync
ComponentBase.OnParametersSet
ComponentBase.OnParametersSetAsync
ComponentBase.StateHasChanged
ComponentBase.ShouldRender
ComponentBase.OnAfterRender
ComponentBase.InvokeAsync
ComponentBase.DispatchExceptionAsync
ComponentBase.RendererInfo
ComponentBase.Assets
ComponentBase.AssignedRenderMode
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
public class RadzenAccordionItem : RadzenComponent, IComponent, IHandleEvent, IHandleAfterRenderGets or sets the accordion.
public RadzenAccordion Accordion { get; set; }
| Type | Description |
|---|---|
| RadzenAccordion | Gets or sets the accordion. |
Gets or sets the child content.
public RenderFragment ChildContent { get; set; }
| Type | Description |
|---|---|
| RenderFragment | Gets or sets the child content. |
Gets or sets the aria-label attribute of the collapse button.
public string CollapseAriaLabel { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the aria-label attribute of the collapse button. |
Gets or sets the title attribute of the collapse button.
public string CollapseTitle { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the title attribute of the collapse button. |
Gets or sets a value indicating whether this RadzenAccordionItem is disabled.
public bool Disabled { get; set; }
| Type | Description |
|---|---|
| bool | Gets or sets a value indicating whether this RadzenAccordionItem is disabled. |
Gets or sets the aria-label attribute of the expand button.
public string ExpandAriaLabel { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the aria-label attribute of the expand button. |
Gets or sets the title attribute of the expand button.
public string ExpandTitle { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the title attribute of the expand button. |
Gets or sets the icon.
public string Icon { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the icon. |
Gets or sets the icon color.
public string IconColor { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the icon color. |
Gets or sets a value indicating whether this RadzenAccordionItem is selected.
public bool Selected { get; set; }
| Type | Description |
|---|---|
| bool | Gets or sets a value indicating whether this RadzenAccordionItem is selected. |
Gets or sets the value changed.
public EventCallback<bool> SelectedChanged { get; set; }
| Type | Description |
|---|---|
| EventCallback<bool> | Gets or sets the value changed. |
Gets or sets the header content.
public RenderFragment Template { get; set; }
| Type | Description |
|---|---|
| RenderFragment | Gets or sets the header content. |
Gets or sets the text.
public string Text { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the text. |
Gets or sets a value indicating whether this RadzenAccordionItem is visible.
public bool Visible { get; set; }
| Type | Description |
|---|---|
| bool | Gets or sets a value indicating whether this RadzenAccordionItem is visible. |
protected override string GetComponentCssClass()
| Type | Description |
|---|---|
| string |
Set parameters as an asynchronous operation.
public override Task SetParametersAsync(ParameterView parameters)
| Type | Name | Description |
|---|---|---|
| ParameterView | parameters | The parameters. |
| Type | Description |
|---|---|
| Task | A Task representing the asynchronous operation. |