TableStyle::GridLines Property
Gets or sets a value that specifies whether the border between the cells of the table control is displayed.
Assembly: System.Web (in System.Web.dll)
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The specified value is not one of the GridLines enumeration values. |
Use the GridLines property to specify whether the border between the cells of the data list control is displayed. This property is set with one of the GridLines enumeration values. The following table lists the possible values.
Value | Description |
|---|---|
No cell border is displayed. | |
Only the upper and lower borders of the cells in the data list control are displayed. | |
Only the left and right borders of the cells in the data list control are displayed. | |
All borders of the cells in the data list control are displayed. |
The value of this property is stored in view state.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.