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 the possible display modes of a ribbon item.

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

    Fields

    Auto

    The item appears in classic layout group, simplified layout group, and overflow popup based on the ribbon overflow state of the SfRibbon.

    Declaration
    public const DisplayMode Auto
    Field Value
    Type
    DisplayMode

    Classic

    The item appears in the classic layout group of the SfRibbon.

    Declaration
    public const DisplayMode Classic
    Field Value
    Type
    DisplayMode

    Overflow

    The item appears in the overflow popup of the SfRibbon.

    Declaration
    public const DisplayMode Overflow
    Field Value
    Type
    DisplayMode

    Simplified

    The item appears in the simplified layout group of the SfRibbon.

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