Interface IRadzenSelectBar
- Namespace
- Radzen
- Assembly
- Radzen.Blazor.dll
Represents the common RadzenSelectBar<TValue> API used by its items. Injected as a cascading property in RadzenSelectBarItem.
public interface IRadzenSelectBar
Methods
AddItem(RadzenSelectBarItem)
Adds the specified item to the select bar.
void AddItem(RadzenSelectBarItem item)
Parameters
item
RadzenSelectBarItemThe item to add.
Refresh()
Refreshes this instance.
void Refresh()
RemoveItem(RadzenSelectBarItem)
Removes the specified item from the select bar.
void RemoveItem(RadzenSelectBarItem item)
Parameters
item
RadzenSelectBarItemThe item.