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.