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

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

Refreshes this instance.

Declaration
public abstract void Refresh()

RemoveItemlink

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 🗙