Table of Contents

Class RadzenDropDownItem<TValue>

Namespace
Radzen.Blazor
Assembly
Radzen.Blazor.dll
public class RadzenDropDownItem<TValue> : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender

Type Parameters

TValue
Inheritance
RadzenDropDownItem<TValue>
Implements
Inherited Members

Constructors

RadzenDropDownItem()

public RadzenDropDownItem()

Properties

Attributes

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

Property Value

IReadOnlyDictionary<string, object>

Disabled

[Parameter]
public bool Disabled { get; set; }

Property Value

bool

DropDown

[Parameter]
public RadzenDropDown<TValue> DropDown { get; set; }

Property Value

RadzenDropDown<TValue>

Item

[Parameter]
public object Item { get; set; }

Property Value

object

Methods

BuildRenderTree(RenderTreeBuilder)

protected override void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder RenderTreeBuilder

GetComponentCssClass(string)

protected string GetComponentCssClass(string prefix)

Parameters

prefix string

Returns

string