Represents the common RadzenRadioButtonList<T> API used by its items. Injected as a cascading property in RadzenRadioButtonListItem<T>.
Namespace: Radzen
Assembly: Radzen.Blazor.dll
public interface IRadzenRadioButtonListAdds the specified item to the list.
public abstract void AddItem(IRadzenRadioButtonListItem item)
| Type | Name | Description |
|---|---|---|
| IRadzenRadioButtonListItem | item | The item to add. |
Removes the specified item from the list.
public abstract void RemoveItem(IRadzenRadioButtonListItem item)
| Type | Name | Description |
|---|---|---|
| IRadzenRadioButtonListItem | item | The item. |