Name

GridLines

Synopsis

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
End Enum

Hierarchy

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

Get ASP.NET in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.