Enum 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..
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum RowDirection
Fields
| Name | Description |
|---|---|
| Horizontal | Default. Display the data rows in Horizontal direction. |
| Vertical | Display data rows in Vertical direction. |