This documentation is archived and is not being maintained.

TableStyle::GridLines Property

Gets or sets a value that specifies whether the border between the cells of the table control is displayed.

Namespace:  System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

public:
virtual property GridLines GridLines {
	GridLines get ();
	void set (GridLines value);
}

Property Value

Type: System.Web.UI.WebControls::GridLines
One of the GridLines enumeration values. The default is Both.

ExceptionCondition
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

None

No cell border is displayed.

Horizontal

Only the upper and lower borders of the cells in the data list 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 the data list control are displayed.

The value of this property is stored in view state.

Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

.NET Framework

Supported in: 3.5, 3.0, 2.0, 1.1, 1.0
Show: