Class LayoutModeOptions
Specifies whether a SfRibbon displays a normal or simplified mode.
Inheritance
System.Object
LayoutModeOptions
Namespace: Syncfusion.UI.Xaml.Ribbon
Assembly: Syncfusion.Ribbon.WinUI.dll
Syntax
public sealed class LayoutModeOptions : Enum
Remarks
A SfRibbon can display a layout either standard, simplified or both layout with toggle option.
Fields
Normal
Displays the SfRibbon in standard layout, where RibbonGroup arrange the ribbon items in maximum of three rows.
Declaration
public const LayoutModeOptions Normal
Field Value
Type |
---|
LayoutModeOptions |
Simplified
Displays the SfRibbon in simplified layout, where RibbonGroup arrange the ribbon items in a single line.
Declaration
public const LayoutModeOptions Simplified
Field Value
Type |
---|
LayoutModeOptions |