Object
ComponentBase
IComponent
IHandleEvent
IHandleAfterRender
ComponentBase.OnInitialized
ComponentBase.OnInitializedAsync
ComponentBase.OnParametersSet
ComponentBase.OnParametersSetAsync
ComponentBase.StateHasChanged
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 RadzenDropDownItem<TValue> : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender| Name | Description |
|---|---|
| TValue |
public IReadOnlyDictionary<string, object> Attributes { get; set; }
| Type | Description |
|---|---|
| IReadOnlyDictionary<string, object> |
public bool Disabled { get; set; }
| Type | Description |
|---|---|
| bool |
public RadzenDropDown<TValue> DropDown { get; set; }
| Type | Description |
|---|---|
| RadzenDropDown<TValue> |
public object Item { get; set; }
| Type | Description |
|---|---|
| object |
protected override void BuildRenderTree(Rendering.RenderTreeBuilder __builder)
| Type | Name | Description |
|---|---|---|
| Rendering.RenderTreeBuilder | __builder |
protected string GetComponentCssClass(string prefix)
| Type | Name | Description |
|---|---|---|
| string | prefix |
| Type | Description |
|---|---|
| string |
Skips re-rendering a plain item whose output has not changed, avoiding O(items) wasted work when the parent re-renders for an unrelated reason. A Template or ItemRender item always re-renders; the plain item is tracked by its resolved text, selected state, disabled state and layout, so an in-place mutation still re-renders.
protected override bool ShouldRender()
| Type | Description |
|---|---|
| bool |