15 references to Both
System.Web (15)
UI\WebControls\BaseDataList.cs (2)
272DefaultValue(GridLines.Both), 278return GridLines.Both;
UI\WebControls\Calendar.cs (1)
1278table.GridLines = GridLines.Both;
UI\WebControls\DataGrid.cs (2)
1220controlStyle.GridLines = GridLines.Both; 1655childTable.GridLines = GridLines.Both;
UI\WebControls\DetailsView.cs (4)
877DefaultValue(GridLines.Both), 883return GridLines.Both; 1735controlStyle.GridLines = GridLines.Both; 3238childTable.GridLines = GridLines.Both;
UI\WebControls\GridView.cs (4)
865DefaultValue(GridLines.Both), 871return GridLines.Both; 2331controlStyle.GridLines = GridLines.Both; 3966childTable.GridLines = GridLines.Both;
UI\WebControls\TableStyle.cs (2)
144if (value < GridLines.None || value > GridLines.Both) { 226case GridLines.Both: