Enum GridLinesVisibility
Describes the visibility of vertical/horizontal grid lines for the cells in the grid.
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.WPF.dll
Syntax
public enum GridLinesVisibility
Fields
| Name | Description |
|---|---|
| Both | Specifies both horizontal and vertical grid lines are visible. |
| Horizontal | Specifies only the horizontal grid lines are visible. |
| None | Specifies both horizontal and vertical grid lines are not visible. |
| Vertical | Specifies only the vertical grid lines are visible. |