Represents the common RadzenSelectBar<T> API used by its items. Injected as a cascading property in RadzenSelectBarItem.
Namespace: Radzen
Assembly: Radzen.Blazor.dll
public interface IRadzenSelectBarAdds the specified item to the select bar.
public abstract void AddItem(RadzenSelectBarItem item)
| Type | Name | Description |
|---|---|---|
| RadzenSelectBarItem | item | The item to add. |
Removes the specified item from the select bar.
public abstract void RemoveItem(RadzenSelectBarItem item)
| Type | Name | Description |
|---|---|---|
| RadzenSelectBarItem | item | The item. |