Enum
ToolBarOverflowMode

Specifies how the ToolBar items overflow.

Definition

Namespace:Telerik.Blazor

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public enum ToolBarOverflowMode

Fields

Menu

A button that opens a context menu with the overlapped items is rendered when the space is insufficient. The items are rendered as context menu

  • elements.

    Declaration

    cs-api-definition
    Menu = 1

    Field Value

    ToolBarOverflowMode

    None

    Disables the overflow of the items even when the space is insufficient. The ToolBar follows the default wrapping of the HTML elements.

    Declaration

    cs-api-definition
    None = 0

    Field Value

    ToolBarOverflowMode

    Scroll

    The element that holds the items becomes scrollable when the space is insufficient.

    Declaration

    cs-api-definition
    Scroll = 3

    Field Value

    ToolBarOverflowMode

    Section

    A button that opens a popup with the overlapped items is rendered when the space is insufficient. The items are rendered with their actual content and are not altered.

    Declaration

    cs-api-definition
    Section = 2

    Field Value

    ToolBarOverflowMode

    In this article
    DefinitionFieldsMenuNoneScrollSection
    Not finding the help you need?
    Contact Support