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 |