menu

WinUI

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

    Show / Hide Table of Contents

    Class OverFlowItemDisplayMode

    Specifies whether an overflow IRibbonItem displays a group level, or tab level.

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

    A OverFlowItemDisplayMode specifies whether to group the overflow IRibbonItem within RibbonGroup or at the end of RibbonTab content area.

    Fields

    GroupLevel

    Group the overflow IRibbonItem within RibbonGroup.

    Declaration
    public const OverFlowItemDisplayMode GroupLevel
    Field Value
    Type
    OverFlowItemDisplayMode

    TabLevel

    Group the overflow IRibbonItem at the end of RibbonTab content area.

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