RadzenRadioButtonListItem<TValue> Class

RadzenRadioButtonListItem component.

Inheritance

Object

ComponentBase

RadzenComponent

RadzenRadioButtonListItem<TValue>

Implements

IComponent

IHandleEvent

IHandleAfterRender

Namespace: Radzen.Blazor

Assembly: Radzen.Blazor.dll

Syntax

public class RadzenRadioButtonListItem<TValue> : RadzenComponent, IComponent, IHandleEvent, IHandleAfterRender

Type Parameters

Name Description
TValueThe type of the value.

Constructors

RadzenRadioButtonListItem<TValue>link

RadzenRadioButtonListItem component.

Declaration
public RadzenRadioButtonListItem<TValue>()

Properties

Disabledlink

Gets or sets a value indicating whether this RadzenRadioButtonListItem<T> is disabled.

Declaration
public bool Disabled { get; set; }
Property Value
Type Description
boolGets or sets a value indicating whether this RadzenRadioButtonListItem<T> is disabled.

InputAttributeslink

Specifies additional custom attributes that will be rendered by the input.

Declaration
public IReadOnlyDictionary<string, object> InputAttributes { get; set; }
Property Value
Type Description
IReadOnlyDictionary<string, object>Specifies additional custom attributes that will be rendered by the input.

Listlink

Gets or sets the list.

Declaration
public RadzenRadioButtonList<TValue> List { get; set; }
Property Value
Type Description
RadzenRadioButtonList<TValue>Gets or sets the list.

Templatelink

Gets or sets the template.

Declaration
public RenderFragment<RadzenRadioButtonListItem<TValue>> Template { get; set; }
Property Value
Type Description
RenderFragment<RadzenRadioButtonListItem<TValue>>Gets or sets the template.

Textlink

Gets or sets the text.

Declaration
public string Text { get; set; }
Property Value
Type Description
stringGets or sets the text.

Valuelink

Gets or sets the value.

Declaration
public TValue Value { get; set; }
Property Value
Type Description
TValueGets or sets the value.

Methods

Disposelink

Disposes this instance.

Declaration
public override void Dispose()

GetComponentCssClasslink

Declaration
protected override string GetComponentCssClass()
Returns
Type Description
string
An error has occurred. This app may no longer respond until reloaded. Reload 🗙