Class RadzenDropDownItem<TValue>
Inheritance
RadzenDropDownItem<TValue>
Assembly: Radzen.Blazor.dll
Syntax
public class RadzenDropDownItem<TValue> : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender
Type Parameters
Constructors
RadzenDropDownItem()
Declaration
public RadzenDropDownItem()
Properties
Attributes
Declaration
[Parameter(CaptureUnmatchedValues = true)]
public IReadOnlyDictionary<string, object> Attributes { get; set; }
Property Value
Disabled
Declaration
[Parameter]
public bool Disabled { get; set; }
Property Value
DropDown
Declaration
[Parameter]
public RadzenDropDown<TValue> DropDown { get; set; }
Property Value
Item
Declaration
[Parameter]
public object Item { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Overrides
GetComponentCssClass(string)
Declaration
protected string GetComponentCssClass(string prefix)
Parameters
Type |
Name |
Description |
string |
prefix |
|
Returns
Implements