Blazor

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

    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 Description
    DisplayMode

    Overflow

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

    Declaration
    public const DisplayMode Overflow
    Field Value
    Type Description
    DisplayMode

    Toolbar

    Displays the text only on the Toolbar.

    Declaration
    public const DisplayMode Toolbar
    Field Value
    Type Description
    DisplayMode

    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