GridLines

GridLinesserializable

System.Web.UI.WebControls (system.web.dll)enum

This enumeration specifies what grid lines are visible in a table. It is used by the DataGrid, DataList, and Table classes.

public enum GridLines {
   None = 0,
   Horizontal = 1,
   Vertical = 2,
   Both = 3
}

Hierarchy

System.Object System.ValueType System.Enum(System.IComparable, System.IFormattable, System.IConvertible) GridLines

Returned By

BaseDataList.GridLines, Table.GridLines, TableStyle.GridLines

Passed To

BaseDataList.GridLines, Table.GridLines, TableStyle.GridLines



    Part I: Introduction to ASP.NET
    Part III: Namespace Reference
    Chapter 40. The System.Web.UI.MobileControls Namespace
    Chapter 42. The System.Web.UI.WebControls Namespace