menu

WinUI

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

    Show / Hide Table of Contents

    Class DisplayOptions

    Specifies whether a IRibbonItem displays a normal, simplified or overflow.

    Inheritance
    System.Object
    DisplayOptions
    Namespace: Syncfusion.UI.Xaml.Ribbon
    Assembly: Syncfusion.Ribbon.WinUI.dll
    Syntax
    public sealed class DisplayOptions : Enum
    Remarks

    The DisplayOptions is a flag enumeration that allows one or more-bit for the current instance to be set.

    Fields

    Normal

    The IRibbonItem gets displayed when SfRibbon is in Normal.

    Declaration
    public const DisplayOptions Normal
    Field Value
    Type
    DisplayOptions

    Overflow

    The IRibbonItem gets displayed in overflow menu when SfRibbon is in Simplified.

    Declaration
    public const DisplayOptions Overflow
    Field Value
    Type
    DisplayOptions

    Simplified

    The IRibbonItem gets displayed when SfRibbon is in Simplified.

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