menu

Blazor

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

    Show / Hide Table of Contents

    Class DisplayMode

    Specifies where the text is displayed in the popup mode of the Toolbar.

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

    Fields

    Both

    Displays the text on the Toolbar and popup.

    Declaration
    public const DisplayMode Both
    Field Value
    Type
    DisplayMode

    Overflow

    Displays the text only when the content overflows to the popup.

    Declaration
    public const DisplayMode Overflow
    Field Value
    Type
    DisplayMode

    Toolbar

    Displays the text only on the Toolbar.

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