menu

Blazor

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

    Show / Hide Table of Contents

    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.

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