IRadzenSelectBar Interface

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

Namespace: Radzen

Assembly: Radzen.Blazor.dll

Syntax

public interface IRadzenSelectBar

Methods

AddItemlink

Adds the specified item to the select bar.

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

Refreshlink

Refreshes this instance.

Declaration
public abstract void Refresh()

RemoveItemlink

Removes the specified item from the select bar.

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