ASP.NET.in.a.Nutshell.Second.Edition [Electronic resources]

G. andrew Duthie; matthew Macdonald

نسخه متنی -صفحه : 873/ 764
نمايش فراداده

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