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