RadzenRadioButtonListItem component.
IComponent
IHandleEvent
IHandleAfterRender
RadzenComponent.SetParametersAsync
RadzenComponent.OnAfterRenderAsync
RadzenComponent.RaiseContextMenu
RadzenComponent.RaiseMouseEnter
RadzenComponent.AddContextMenu
RadzenComponent.RaiseMouseLeave
RadzenComponent.OnBecameInvisible
RadzenComponent.DefaultCulture
RadzenComponent.IsJSRuntimeAvailable
ComponentBase.BuildRenderTree
ComponentBase.OnInitializedAsync
ComponentBase.OnParametersSet
ComponentBase.OnParametersSetAsync
ComponentBase.StateHasChanged
ComponentBase.ShouldRender
ComponentBase.OnAfterRender
ComponentBase.InvokeAsync
ComponentBase.DispatchExceptionAsync
ComponentBase.RendererInfo
ComponentBase.Assets
ComponentBase.AssignedRenderMode
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
public class RadzenRadioButtonListItem<TValue> : RadzenComponent, IComponent, IHandleEvent, IHandleAfterRender| Name | Description |
|---|---|
| TValue | The type of the value. |
RadzenRadioButtonListItem component.
public RadzenRadioButtonListItem<TValue>()Gets or sets a value indicating whether this RadzenRadioButtonListItem<T> is disabled.
public bool Disabled { get; set; }
| Type | Description |
|---|---|
| bool | Gets or sets a value indicating whether this RadzenRadioButtonListItem<T> is disabled. |
Specifies additional custom attributes that will be rendered by the input.
public IReadOnlyDictionary<string, object> InputAttributes { get; set; }
| Type | Description |
|---|---|
| IReadOnlyDictionary<string, object> | Specifies additional custom attributes that will be rendered by the input. |
Gets or sets the list.
public RadzenRadioButtonList<TValue> List { get; set; }
| Type | Description |
|---|---|
| RadzenRadioButtonList<TValue> | Gets or sets the list. |
Gets or sets the template.
public RenderFragment<RadzenRadioButtonListItem<TValue>> Template { get; set; }
| Type | Description |
|---|---|
| RenderFragment<RadzenRadioButtonListItem<TValue>> | Gets or sets the template. |
Gets or sets the text.
public string Text { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the text. |
Gets or sets the value.
public TValue Value { get; set; }
| Type | Description |
|---|---|
| TValue | Gets or sets the value. |