Class RadzenRadioButtonListItem<TValue>
RadzenRadioButtonListItem component.
public class RadzenRadioButtonListItem<TValue> : RadzenComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Type Parameters
TValue
The type of the value.
- Inheritance
-
RadzenRadioButtonListItem<TValue>
- Implements
- Inherited Members
Constructors
RadzenRadioButtonListItem()
public RadzenRadioButtonListItem()
Properties
Disabled
Gets or sets a value indicating whether this RadzenRadioButtonListItem<TValue> is disabled.
[Parameter]
public virtual bool Disabled { get; set; }
Property Value
- bool
true
if disabled; otherwise,false
.
InputAttributes
Specifies additional custom attributes that will be rendered by the input.
[Parameter]
public IReadOnlyDictionary<string, object> InputAttributes { get; set; }
Property Value
- IReadOnlyDictionary<string, object>
The attributes.
List
Gets or sets the list.
[CascadingParameter]
public RadzenRadioButtonList<TValue> List { get; set; }
Property Value
- RadzenRadioButtonList<TValue>
The list.
Template
Gets or sets the template.
[Parameter]
public RenderFragment<RadzenRadioButtonListItem<TValue>> Template { get; set; }
Property Value
- RenderFragment<RadzenRadioButtonListItem<TValue>>
The template.
Text
Gets or sets the text.
[Parameter]
public string Text { get; set; }
Property Value
- string
The text.
Value
Gets or sets the value.
[Parameter]
public TValue Value { get; set; }
Property Value
- TValue
The value.
Methods
Dispose()
Disposes this instance.
public override void Dispose()
GetComponentCssClass()
protected override string GetComponentCssClass()