Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class OverflowOption

    Show / Hide Table of Contents

    Class OverflowOption

    Specifies the options of the Toolbar item display area when the Toolbar content overflows to available space.Applicable to Popup mode.

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

    Fields

    Hide

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

    Declaration
    public const OverflowOption Hide
    Field Value
    Type Description
    OverflowOption

    None

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

    Declaration
    public const OverflowOption None
    Field Value
    Type Description
    OverflowOption

    Show

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

    Declaration
    public const OverflowOption Show
    Field Value
    Type Description
    OverflowOption

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved