BaseDataList::GridLines Property
.NET Framework (current version)
Gets or sets a value that specifies whether the border between the cells of a data listing control is displayed.
Assembly: System.Web (in System.Web.dll)
Use the GridLines property to specify whether the border between the cells of a data listing control is displayed. This property is set with one of the GridLines enumeration values. The following table lists the possible values.
Value | Description |
|---|---|
None | No cell border is displayed. |
Horizontal | Only the upper and lower borders of the cells in a data listing control are displayed. |
Vertical | Only the left and right borders of the cells in the data list control are displayed. |
Both | All borders of the cells in a data listing control are displayed. |
.NET Framework
Available since 1.1
Available since 1.1
Show: