TableStyle.GridLines Property
Assembly: System.Web (in system.web.dll)
public: virtual property GridLines GridLines { GridLines get (); void set (GridLines value); }
/** @property */ public GridLines get_GridLines () /** @property */ public void set_GridLines (GridLines value)
public function get GridLines () : GridLines public function set GridLines (value : GridLines)
Property Value
One of the GridLines enumeration values. The default is Both.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 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.