menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class OverflowOption - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class OverflowOption

    Specifies the display area of the Toolbar item when the Toolbar content overflows the available space. This option is applicable in the Popup mode.

    Inheritance
    System.Object
    OverflowOption
    Namespace: Syncfusion.Blazor.Navigations
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class OverflowOption : Enum

    Fields

    Hide

    Always shows the item as the secondary priority on the popup.

    Declaration
    public const OverflowOption Hide
    Field Value
    Type
    OverflowOption

    None

    No priority for display, and as per the normal order, moves to the popup when the content exceeds.

    Declaration
    public const OverflowOption None
    Field Value
    Type
    OverflowOption

    Show

    Always shows the item as the primary priority on the Toolbar.

    Declaration
    public const OverflowOption Show
    Field Value
    Type
    OverflowOption
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved