Object
ComponentBase
IComponent
IHandleEvent
IHandleAfterRender
ComponentBase.OnInitialized
ComponentBase.OnInitializedAsync
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 RadzenListBoxItem<TValue> : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender| Name | Description |
|---|---|
| TValue |
public IReadOnlyDictionary<string, object> Attributes { get; set; }
| Type | Description |
|---|---|
| IReadOnlyDictionary<string, object> |
public RadzenListBox<TValue> ListBox { get; set; }
| Type | Description |
|---|---|
| RadzenListBox<TValue> |
protected override void BuildRenderTree(Rendering.RenderTreeBuilder __builder)
| Type | Name | Description |
|---|---|---|
| Rendering.RenderTreeBuilder | __builder |