IRadzenRadioButtonList Interface

Represents the common RadzenRadioButtonList<T> API used by its items. Injected as a cascading property in RadzenRadioButtonListItem<T>.

Namespace: Radzen

Assembly: Radzen.Blazor.dll

Syntax

public interface IRadzenRadioButtonList

Methods

AddItemLink to this section

Adds the specified item to the list.

Declaration
public abstract void AddItem(IRadzenRadioButtonListItem item)
Parameters
Type Name Description
IRadzenRadioButtonListItem item The item to add.

RefreshLink to this section

Refreshes this instance.

Declaration
public abstract void Refresh()

RemoveItemLink to this section

Removes the specified item from the list.

Declaration
public abstract void RemoveItem(IRadzenRadioButtonListItem item)
Parameters
Type Name Description
IRadzenRadioButtonListItem item The item.
In This Article
An error has occurred. This app may no longer respond until reloaded. Reload 🗙