menu

Blazor

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

    Show / Hide Table of Contents

    Class RibbonLayout

    Specifies the layout style of the SfRibbon.

    Inheritance
    System.Object
    RibbonLayout
    Namespace: Syncfusion.Blazor.Ribbon
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class RibbonLayout : Enum

    Fields

    Classic

    Displays the SfRibbon tab content in Classic layout style.

    Declaration
    public const RibbonLayout Classic
    Field Value
    Type
    RibbonLayout
    Remarks

    This property controls whether the SfRibbon component uses the Classic layout style for its tab content. When enabled, the Ribbon's tabs and their content will be presented in a traditional format, which may include classic visual elements and behaviors.

    Simplified

    Displays the SfRibbon tab content in Simplified layout style (single row).

    Declaration
    public const RibbonLayout Simplified
    Field Value
    Type
    RibbonLayout
    Remarks

    This property configures the SfRibbon component to use a Simplified layout style, where the tab content is presented in a single row. With the Simplified layout, tabs are displayed in a single horizontal row, making it easier to access and navigate through the tabs.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved