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