Table of Contents

Class EditorDropDownItem

Namespace
Radzen.Blazor.Rendering
Assembly
Radzen.Blazor.dll
public class EditorDropDownItem : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender
Inheritance
EditorDropDownItem
Implements
Inherited Members

Constructors

EditorDropDownItem()

public EditorDropDownItem()

Properties

Attributes

[Parameter(CaptureUnmatchedValues = true)]
public IDictionary<string, object> Attributes { get; set; }

Property Value

IDictionary<string, object>

ChildContent

[Parameter]
public RenderFragment<EditorDropDownItem> ChildContent { get; set; }

Property Value

RenderFragment<EditorDropDownItem>

DropDown

[CascadingParameter]
public EditorDropDown DropDown { get; set; }

Property Value

EditorDropDown

Text

[Parameter]
public string Text { get; set; }

Property Value

string

Value

[Parameter]
public string Value { get; set; }

Property Value

string

Methods

BuildRenderTree(RenderTreeBuilder)

protected override void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder RenderTreeBuilder

OnParametersSetAsync()

protected override Task OnParametersSetAsync()

Returns

Task