Demos About Radzen
Search Results for

    Show / Hide Table of Contents

    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.

    Introducing Radzen Blazor Studio

    Radzen Blazor Studio is a software development environment that empowers developers to design, build and deploy Blazor applications without the traditional hurdles. Write less code and get more done.

    Learn More

    Download Now
    Download Now
    In This Article
    Back to top Radzen Blazor Components, © 2018-2025 Radzen. Source Code licensed under MIT