Click or drag to resize

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
[ObsoleteAttribute("Since 2.1: Use Grid.GridLines instead")]
public bool ShowCellBorders { get; set; }

Property Value

Type: Boolean
true to show a space between cells; otherwise, false.
See Also