WinUI

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LayoutModeOptions - WinUI API Reference | Syncfusion SfRibbon displays a normal or simplified mode. ">

    Show / Hide Table of Contents

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

    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