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 |