IRadzenChipList Interface

Represents the common RadzenChipList<T> API used by chip list items. Injected as a cascading property in RadzenChipItem.

Namespace: Radzen

Assembly: Radzen.Blazor.dll

Syntax

public interface IRadzenChipList

Methods

AddItemLink to this section

Adds the specified item to the chip list.

Declaration
public abstract void AddItem(RadzenChipItem item)
Parameters
Type Name Description
RadzenChipItem 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 chip list.

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