IRadzenCheckBoxList Interface

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

Namespace: Radzen

Assembly: Radzen.Blazor.dll

Syntax

public interface IRadzenCheckBoxList

Methods

AddItemLink to this section

Adds the specified item to the list.

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

RemoveItemLink to this section

Removes the specified item from the list.

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