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