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