GridLines Enumeration
.NET Framework (current version)
Specifies the gridline styles for controls that display items in a table structure.
Assembly: System.Web (in System.Web.dll)
| Member name | Description | |
|---|---|---|
| Both | Both horizontal and vertical gridlines are rendered. | |
| Horizontal | Only horizontal gridlines are rendered. | |
| None | No gridlines are rendered. | |
| Vertical | Only vertical gridlines are rendered. |
The GridLines enumeration represents the different gridline styles for controls that display items in a table structure. You can display the horizontal, the vertical, both the horizontal and vertical, or no grid lines.
.NET Framework
Available since 1.1
Available since 1.1
Show: