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