menu

Blazor

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

    Show / Hide Table of Contents

    Class RowDirection

    Defines data row rendering direction of the grid that helps to view the grid in a compact way which is suitable for small screen.

    • HorizontalDisplay the data rows in Horizontal direction.
    • VerticalDisplay the data rows in Vertical direction..
    Inheritance
    System.Object
    RowDirection
    Namespace: Syncfusion.Blazor.Grids
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class RowDirection : Enum

    Fields

    Horizontal

    Default. Display the data rows in Horizontal direction.

    Declaration
    public const RowDirection Horizontal
    Field Value
    Type
    RowDirection

    Vertical

    Display data rows in Vertical direction.

    Declaration
    public const RowDirection Vertical
    Field Value
    Type
    RowDirection
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved