Class Orientation
Specifies the orientation of the items in the ribbon group.
Inheritance
System.Object
Orientation
Namespace: Syncfusion.Blazor.Ribbon
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class Orientation : Enum
Fields
Column
Displays the collection of items in a column.
Declaration
public const Orientation Column
Field Value
Type |
---|
Orientation |
Remarks
This option arranges and displays the given collection of items in a vertical column layout. It organizes the items one below the other, which is useful for creating vertically.
Row
Displays the collection of items in a row.
Declaration
public const Orientation Row
Field Value
Type |
---|
Orientation |
Remarks
This option arranges and displays the given collection of items in a single row layout. It can be used to organize items horizontally, making them easily accessible and visually aligned.