menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DisplayMode - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DisplayMode

    Defines how to show an item in ribbon simplified layout.

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

    Fields

    Auto

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

    Declaration
    public const DisplayMode Auto
    Field Value
    Type
    DisplayMode

    Classic

    The item appears in the classic layout group.

    Declaration
    public const DisplayMode Classic
    Field Value
    Type
    DisplayMode

    Overflow

    The item appears in overflow popup.

    Declaration
    public const DisplayMode Overflow
    Field Value
    Type
    DisplayMode

    Simplified

    The item appears in the simplified layout group.

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