GridLines Enumeration

 

Specifies the gridline styles for controls that display items in a table structure.

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

public enum class GridLines

Member nameDescription
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.

The following code example demonstrates how to use the GridLines enumeration to indicate that the gridlines in a GridView control should be hidden.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: