Enum GridLine
Defines modes of GridLine, They are.
- BothDisplays both the horizontal and vertical grid lines.
- NoneNo grid lines are displayed.
- HorizontalDisplays the horizontal grid lines only.
- VerticalDisplays grid lines based on the theme.
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum GridLine
Fields
| Name | Description |
|---|---|
| Both | Displays both the horizontal and vertical grid lines. |
| Default | Displays grid lines based on the theme. |
| Horizontal | Displays the horizontal grid lines only. |
| None | No grid lines are displayed. |
| Vertical | Displays the vertical grid lines only |