| GridViewShowCellBorders Property  | 
 Note: This API is now obsolete.
            Gets or sets a value indicating whether to show a border around each cell.
            
 
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntax[ObsoleteAttribute("Since 2.1: Use Grid.GridLines instead")]
public bool ShowCellBorders { get; set; }<ObsoleteAttribute("Since 2.1: Use Grid.GridLines instead")>
Public Property ShowCellBorders As Boolean
	Get
	Set[<ObsoleteAttribute("Since 2.1: Use Grid.GridLines instead")>]
member ShowCellBorders : bool with get, set
Property Value
Type: 
Booleantrue to show a space between cells; otherwise, 
false.
 See Also
See Also