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 to this section

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 to this section

Refreshes this instance.

Declaration
public abstract void Refresh()

RemoveItemLink to this section

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 🗙