Class RadzenListBoxItem<TValue>
Inheritance
RadzenListBoxItem<TValue>
Assembly: Radzen.Blazor.dll
Syntax
public class RadzenListBoxItem<TValue> : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender
Type Parameters
Constructors
RadzenListBoxItem()
Declaration
public RadzenListBoxItem()
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
Item
Declaration
[Parameter]
public object Item { get; set; }
Property Value
ListBox
Declaration
[Parameter]
public RadzenListBox<TValue> ListBox { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Overrides
Implements