ASP.NET Core MVC Controls | ComponentOne
In This Topic
    IToggleToolbarItem Interface
    In This Topic
    File
    c1.nav.js
    Module
    c1.nav
    Implements
    IToolbarItem

    Defines the interface for a toggable toolbar item.

    Properties

    Properties

    condition

    A method that takes a Tile object and returns a boolean that decides which toolbar item should be used in the toolbar. If it returns false, the toggleItem will be used. Otherwise, itself is used.

    Type

    toggleItem

    The toggled toobar item. When the condition method returns false, it will be used in the toolbar.

    Type
    IToolbarItem