System.Web.UI.WebControls Namespace DetailsView Class
.NET Framework version 2.0
Sets or retrieves the grid line style for a DetailsView control.
Inline |
<asp:detailsview gridlines = enumValue ... > |
Script |
DetailsView.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 DetailsView control is displayed. This property is set with one of the GridLines enumeration values.
DetailsView Members CellPadding CellSpacing