System.Web.UI.WebControls Namespace GridView Class
.NET Framework version 2.0
Sets or retrieves the grid line style for a GridView control.
Inline |
<asp:gridview gridlines = enumValue ... > |
Script |
GridView.GridLines [ = enumValue ] |
The property is read/write with a default value of Both.
Use the GridLines property to specify whether the border between the cells of a GridView control is displayed. This property is set with one of the GridLines enumeration values.
GridView Members CellPadding CellSpacing