Specifies the grid lines of RadzenDataGrid<T>.
Namespace: Radzen
Assembly: Radzen.Blazor.dll
public enum DataGridGridLines| Name | Description |
|---|---|
| Default | Theme default. |
| Both | Both horizontal and vertical grid lines. |
| None | No grid lines. |
| Horizontal | Horizontal grid lines. |
| Vertical | Vertical grid lines. |