WinUI

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DisplayOptions - WinUI API Reference | Syncfusion IRibbonItem displays a normal, simplified or overflow. ">

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

    Overflow

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

    Declaration
    public const DisplayOptions Overflow
    Field Value
    Type Description
    DisplayOptions

    Simplified

    The IRibbonItem gets displayed when SfRibbon is in Simplified.

    Declaration
    public const DisplayOptions Simplified
    Field Value
    Type Description
    DisplayOptions

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved